https://github.com/lightapis/bookmark-url-batch-replacer
Batch replace bookmark URL.
https://github.com/lightapis/bookmark-url-batch-replacer
bookmark chrome-extension edge-addon firefox-addon url
Last synced: 11 months ago
JSON representation
Batch replace bookmark URL.
- Host: GitHub
- URL: https://github.com/lightapis/bookmark-url-batch-replacer
- Owner: LightAPIs
- License: mit
- Created: 2022-02-11T12:26:14.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-02T14:46:45.000Z (over 2 years ago)
- Last Synced: 2025-04-12T01:55:43.399Z (11 months ago)
- Topics: bookmark, chrome-extension, edge-addon, firefox-addon, url
- Language: Vue
- Homepage:
- Size: 411 KB
- Stars: 18
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Bookmark URL Batch Replacer
[](https://github.com/LightAPIs/bookmark-url-batch-replacer/releases/latest) [](https://chrome.google.com/webstore/detail/bookmark-url-batch-replac/dfnljilidcnlgaaacemdciplbblpjanl) [](https://addons.mozilla.org/zh-CN/firefox/addon/bookmark-url-batch-replacer/) [](https://microsoftedge.microsoft.com/addons/detail/hfnpdblccccbhkdjogbonjmpnnjokcai) [](/LICENSE)
> Batch replace bookmark URL.
Bookmark URL Batch Replacer is a gadget that can use Regular Expressions to batch replace and modify bookmark URL.
## Installation
### Chrome
Go to the [Chrome Web Store](https://chrome.google.com/webstore/detail/bookmark-url-batch-replac/dfnljilidcnlgaaacemdciplbblpjanl) to download and install.
### Firefox
Go to the [Mozilla Add-ons](https://addons.mozilla.org/zh-CN/firefox/addon/bookmark-url-batch-replacer/) to download and install.
### Edge
Go to the [Microsoft Edge Addons](https://microsoftedge.microsoft.com/addons/detail/hfnpdblccccbhkdjogbonjmpnnjokcai) to download and install.
## Development
### Environment
- Install [Node.js](https://nodejs.org/) 8.9 and above (_new version has integrated npm_)
### Initialization
```bash
# Install pnpm
npm install pnpm -g
# Installation dependency
pnpm install
```
### Build
- Build the Chrome/Edge version: `pnpm run build`
- Build the Firefox version: `pnpm run build:ff`
## Sponsors
| |
| :--: |
|
[cyberlionx](https://github.com/cyberlionx) |
## Credits
- [vueComponent/ant-design-vue](https://github.com/vueComponent/ant-design-vue)
- [vuejs/core](https://github.com/vuejs/core)
## License
[MIT](/LICENSE)