Find and delete duplicate bookmarks.
Available for the following browsers:
This extension is a browser pop-up that allows to find and delete duplicate bookmarks.
- List all duplicated bookmarks
- Delete selected duplicates
- Dark/Light mode
- Use RegEx to ignore particular URL patterns
To install dev dependencies run:
npm i
Available npm scripts:
lint:js
- run eslint on project.lint:css
- run stylelint on project.lint
- lint both js and css.sass
- start Sass watch task.
To update extension version in all places where it's contained (manifests, README...), run
bash set-version.sh -v X.Y.Z
To prepare zip archive for publishing in browser app store, run
bash pack.sh
Options:
-p
- platform - Platform to build for. Possible values:firefox
,opera
. Default (param not provided)chromium
.-m
- mode - Packing mode. Ifdev
is specified - development mode.Create only build folder, don't zip. Otherwise mode=publishing (create zip, remove build folder).
- Make changes.
- Run
npm run sass
to start watch task to monitor scss changes.
- Run
- Run
bash set-version.sh -v X.Y.Z
. - Commit changes.
- Update version in
package.json
+ runnpm i
. - Run
npm run version
. - Commit
package.json
,package-lock.json
andCHANGELOG.md
files. - Tag (
git tag vX.Y.Z
). - Push.
- Find -> new search/find again
- Rewrite with modules + Webpack?
- Sort by folder path
- Delete folder if empty after deletion duplicates