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 |
官方URL | 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" ] } |