Batch replace bookmark URL.
Bookmark URL Batch Replacer is a gadget that can use Regular Expressions to batch replace and modify bookmark URL.
Go to the Chrome Web Store to download and install.
Go to the Mozilla Add-ons to download and install.
Go to the Microsoft Edge Addons to download and install.
- Install Node.js 8.9 and above (new version has integrated npm)
# Install pnpm
npm install pnpm -g
# Installation dependency
pnpm install
- Build the Chrome/Edge version:
pnpm run build
- Build the Firefox version:
pnpm run build:ff
cyberlionx |