Bookmark URL Batch Replacer
Batch replace bookmark URL.
Hvad er Bookmark URL Batch Replacer?
Bookmark URL Batch Replacer er en Chrome-udvidelse udviklet af no.web.developer, og dens hovedfunktion er "Batch replace bookmark URL.".
Udvidelsesskærmbilleder
Download Bookmark URL Batch Replacer-udvidelses-CRX-fil
Download Bookmark URL Batch Replacer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
**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
Grundlæggende oplysninger om udvidelsen
Navn | Bookmark URL Batch Replacer |
ID | dfnljilidcnlgaaacemdciplbblpjanl |
Officiel URL | https://chromewebstore.google.com/detail/bookmark-url-batch-replac/dfnljilidcnlgaaacemdciplbblpjanl |
Beskrivelse | Batch replace bookmark URL. |
Filstørrelse | 228 KB |
Antal Installationer | 1,077 |
Nuværende Version | 1.1.1 |
Senest Opdateret | 2023-07-17 |
Udgivelsesdato | 2022-02-12 |
Bedømmelse | 4.50/5 Samlet 14 Bedømmelser |
Udvikler | no.web.developer |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/LightAPIs/bookmark-url-batch-replacer |
Hjælpeside-URL | https://github.com/LightAPIs/bookmark-url-batch-replacer |
URL til Fortrolighedspolitik Side | https://www.freeprivacypolicy.com/live/9505d7dd-7a31-4cac-af01-518079c63621 |
Understøttede Sprog | 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" ] } |