Bookmark URL Batch Replacer
Batch replace bookmark URL.
什麼是Bookmark URL Batch Replacer?
Bookmark URL Batch Replacer是由no.web.developer開發的Chrome擴展程式,該擴展的主要功能是“Batch replace bookmark URL.”。
擴展截圖
下載Bookmark URL Batch Replacer擴展crx文件
下載Bookmark URL Batch Replacer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
**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
擴展基本資訊
名稱 | Bookmark URL Batch Replacer |
ID | dfnljilidcnlgaaacemdciplbblpjanl |
官方網址 | https://chromewebstore.google.com/detail/bookmark-url-batch-replac/dfnljilidcnlgaaacemdciplbblpjanl |
簡介 | Batch replace bookmark URL. |
檔案大小 | 228 KB |
安裝次數 | 1,077 |
目前版本 | 1.1.1 |
更新時間 | 2023-07-17 |
上架時間 | 2022-02-12 |
評分 | 4.50/5 共 14 次評分 |
開發者 | no.web.developer |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/LightAPIs/bookmark-url-batch-replacer |
說明頁面URL | https://github.com/LightAPIs/bookmark-url-batch-replacer |
隱私政策頁面URL | https://www.freeprivacypolicy.com/live/9505d7dd-7a31-4cac-af01-518079c63621 |
支援的語言 | 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" ] } |