Bookmark URL Batch Replacer
Batch replace bookmark URL.
Bookmark URL Batch Replacer là gì?
Bookmark URL Batch Replacer là một tiện ích mở rộng Chrome được phát triển bởi no.web.developer, và tính năng chính của nó là "Batch replace bookmark URL.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Bookmark URL Batch Replacer
Tải xuống các tệp mở rộng Bookmark URL Batch Replacer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
**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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Bookmark URL Batch Replacer |
ID | dfnljilidcnlgaaacemdciplbblpjanl |
URL Chính Thức | https://chromewebstore.google.com/detail/bookmark-url-batch-replac/dfnljilidcnlgaaacemdciplbblpjanl |
Mô tả | Batch replace bookmark URL. |
Kích Thước Tệp | 228 KB |
Số Lần Cài Đặt | 1,077 |
Phiên Bản Hiện Tại | 1.1.1 |
Cập Nhật Lần Cuối | 2023-07-17 |
Ngày Phát Hành | 2022-02-12 |
Đánh Giá | 4.50/5 Tổng số 14 Đánh Giá |
Nhà Phát Triển | no.web.developer |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/LightAPIs/bookmark-url-batch-replacer |
URL Trang Trợ Giúp | https://github.com/LightAPIs/bookmark-url-batch-replacer |
URL Trang Chính Sách Bảo Mật | https://www.freeprivacypolicy.com/live/9505d7dd-7a31-4cac-af01-518079c63621 |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |