Bookmark URL Batch Replacer

Batch replace bookmark URL.

Cos'è Bookmark URL Batch Replacer?

Bookmark URL Batch Replacer è un'estensione di Chrome sviluppata da no.web.developer, e la sua funzione principale è "Batch replace bookmark URL.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Bookmark URL Batch Replacer

Scarica i file di estensione Bookmark URL Batch Replacer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        **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                    

Informazioni di Base sull'Estensione

Nome Bookmark URL Batch Replacer Bookmark URL Batch Replacer
ID dfnljilidcnlgaaacemdciplbblpjanl
URL Ufficiale https://chromewebstore.google.com/detail/bookmark-url-batch-replac/dfnljilidcnlgaaacemdciplbblpjanl
Descrizione Batch replace bookmark URL.
Dimensione del File 228 KB
Conteggio Installazioni 1,077
Versione Corrente 1.1.1
Ultimo Aggiornamento 2023-07-17
Data di Pubblicazione 2022-02-12
Valutazione 4.50/5 Totale 14 Valutazioni
Sviluppatore no.web.developer
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/LightAPIs/bookmark-url-batch-replacer
URL della Pagina di Aiuto https://github.com/LightAPIs/bookmark-url-batch-replacer
URL della Pagina della Politica sulla Privacy https://www.freeprivacypolicy.com/live/9505d7dd-7a31-4cac-af01-518079c63621
Lingue Supportate 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"
    ]
}