zaksid / ext-duplicate-bookmarks-finder

Browser extension that allows to find and delete duplicate bookmarks.
MIT License
8 stars 1 forks source link
chrome-extension firefox-addon firefox-extension

Duplicate Bookmarks Finder

version GitHub

Find and delete duplicate bookmarks.

Available for the following browsers:

Get Duplicate Bookmarks Finder for Chrome Get Duplicate Bookmarks Finder for Firefox Get Duplicate Bookmarks Finder for Edge Get Duplicate Bookmarks Finder for Opera

This extension is a browser pop-up that allows to find and delete duplicate bookmarks.

Features:

screenshot image 1 screenshot image 2 screenshot image 3

screenshot image 1 screenshot image 2 screenshot image 3


Developer section

Dev dependencies

To install dev dependencies run:

npm i

Available npm scripts:

Updating extension version

To update extension version in all places where it's contained (manifests, README...), run

bash set-version.sh -v X.Y.Z

Packing extension for store

To prepare zip archive for publishing in browser app store, run

bash pack.sh

Options:

Recommended workflow

  1. Make changes.
    • Run npm run sass to start watch task to monitor scss changes.
  2. Run bash set-version.sh -v X.Y.Z.
  3. Commit changes.
  4. Update version in package.json + run npm i.
  5. Run npm run version.
  6. Commit package.json, package-lock.json and CHANGELOG.md files.
  7. Tag (git tag vX.Y.Z).
  8. Push.

Possible further enhancements