Bookmark URL Batch Replacer
Batch replace bookmark URL.
What is Bookmark URL Batch Replacer?
Bookmark URL Batch Replacer is a Chrome extension developed by no.web.developer, and its main feature is "Batch replace bookmark URL.".
Extension Screenshots
Download Bookmark URL Batch Replacer Extension CRX File
Download Bookmark URL Batch Replacer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
**Introduction** Bookmark URL Batch Replacer is a gadget that can use Regular Expressions to batch replace and modify bookmark URL. And never collect any private information. This extension is open source with MIT license. For more details, see: https://github.com/LightAPIs/bookmark-url-batch-replacer
Extension Basic Information
Name | Bookmark URL Batch Replacer |
ID | dfnljilidcnlgaaacemdciplbblpjanl |
Official URL | https://chromewebstore.google.com/detail/bookmark-url-batch-replac/dfnljilidcnlgaaacemdciplbblpjanl |
Description | Batch replace bookmark URL. |
File Size | 228 KB |
Installation Count | 1,077 |
Current Version | 1.1.1 |
Last Updated | 2023-07-17 |
Publish Date | 2022-02-12 |
Rating | 4.50/5 Total 14 Ratings |
Developer | no.web.developer |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/LightAPIs/bookmark-url-batch-replacer |
Help Page URL | https://github.com/LightAPIs/bookmark-url-batch-replacer |
Privacy Policy Page URL | https://www.freeprivacypolicy.com/live/9505d7dd-7a31-4cac-af01-518079c63621 |
Supported Languages | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "description": "__MSG_extDes__", "version": "1.1.1", "minimum_chrome_version": "90", "author": "pana", "homepage_url": "https:\/\/github.com\/LightAPIs\/bookmark-url-batch-replacer", "default_locale": "en", "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "background": { "service_worker": "js\/background.js" }, "action": { "default_title": "__MSG_extName__" }, "permissions": [ "bookmarks" ] } |