Bookmark URL Batch Replacer
Batch replace bookmark URL.
Apa itu Bookmark URL Batch Replacer?
Bookmark URL Batch Replacer adalah ekstensi Chrome yang dikembangkan oleh no.web.developer, dan fitur utamanya adalah "Batch replace bookmark URL.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Bookmark URL Batch Replacer
Unduh file ekstensi Bookmark URL Batch Replacer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
**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
Informasi Dasar Ekstensi
Nama | Bookmark URL Batch Replacer |
ID | dfnljilidcnlgaaacemdciplbblpjanl |
URL Resmi | https://chromewebstore.google.com/detail/bookmark-url-batch-replac/dfnljilidcnlgaaacemdciplbblpjanl |
Deskripsi | Batch replace bookmark URL. |
Ukuran File | 228 KB |
Jumlah Instalasi | 1,077 |
Versi Saat Ini | 1.1.1 |
Terakhir Diperbarui | 2023-07-17 |
Tanggal Publikasi | 2022-02-12 |
Penilaian | 4.50/5 Total 14 Penilaian |
Pengembang | no.web.developer |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/LightAPIs/bookmark-url-batch-replacer |
URL Halaman Bantuan | https://github.com/LightAPIs/bookmark-url-batch-replacer |
URL Halaman Kebijakan Privasi | https://www.freeprivacypolicy.com/live/9505d7dd-7a31-4cac-af01-518079c63621 |
Bahasa yang Didukung | 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" ] } |