Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-02T14:46:45.000Z (about 1 year ago)
- Last Synced: 2024-11-07T06:41:14.983Z (8 days ago)
- Topics: bookmark, chrome-extension, edge-addon, firefox-addon, url
- Language: Vue
- Homepage:
- Size: 411 KB
- Stars: 12
- Watchers: 0
- Forks: 3
- 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
[![Release](https://img.shields.io/github/v/release/LightAPIs/bookmark-url-batch-replacer.svg?color=orange)](https://github.com/LightAPIs/bookmark-url-batch-replacer/releases/latest) [![Chrome Web Store](https://img.shields.io/chrome-web-store/v/dfnljilidcnlgaaacemdciplbblpjanl?maxAge=86400)](https://chrome.google.com/webstore/detail/bookmark-url-batch-replac/dfnljilidcnlgaaacemdciplbblpjanl) [![Mozilla Add-ons](https://img.shields.io/amo/v/bookmark-url-batch-replacer)](https://addons.mozilla.org/zh-CN/firefox/addon/bookmark-url-batch-replacer/) [![Microsoft Edge Addons](https://img.shields.io/badge/-edge_addons-blue.svg)](https://microsoftedge.microsoft.com/addons/detail/hfnpdblccccbhkdjogbonjmpnnjokcai) [![MIT](https://img.shields.io/github/license/LightAPIs/bookmark-url-batch-replacer.svg)](/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)