Bookmark URL Batch Replacer

Batch replace bookmark URL.

Wat is Bookmark URL Batch Replacer?

Bookmark URL Batch Replacer is een Chrome-extensie ontwikkeld door no.web.developer, en de belangrijkste functie is "Batch replace bookmark URL.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Bookmark URL Batch Replacer

Download Bookmark URL Batch Replacer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Bookmark URL Batch Replacer Bookmark URL Batch Replacer
ID dfnljilidcnlgaaacemdciplbblpjanl
Officiële URL https://chromewebstore.google.com/detail/bookmark-url-batch-replac/dfnljilidcnlgaaacemdciplbblpjanl
Beschrijving Batch replace bookmark URL.
Bestandsgrootte 228 KB
Aantal Installaties 1,077
Huidige Versie 1.1.1
Laatst Bijgewerkt 2023-07-17
Publicatiedatum 2022-02-12
Beoordeling 4.50/5 Totaal 14 Beoordelingen
Ontwikkelaar no.web.developer
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/LightAPIs/bookmark-url-batch-replacer
Help Pagina-URL https://github.com/LightAPIs/bookmark-url-batch-replacer
URL van de Privacybeleid Pagina https://www.freeprivacypolicy.com/live/9505d7dd-7a31-4cac-af01-518079c63621
Ondersteunde Talen 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"
    ]
}