Bookmark URL Batch Replacer

Batch replace bookmark URL.

Was ist Bookmark URL Batch Replacer?

Bookmark URL Batch Replacer ist eine Chrome-Erweiterung, die von no.web.developer entwickelt wurde, und ihr Hauptmerkmal ist "Batch replace bookmark URL.".

Erweiterungsscreenshots

screenshot
screenshot

Bookmark URL Batch Replacer-Erweiterungs-CRX-Datei herunterladen

Laden Sie Bookmark URL Batch Replacer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Bookmark URL Batch Replacer Bookmark URL Batch Replacer
ID dfnljilidcnlgaaacemdciplbblpjanl
Offizielle URL https://chromewebstore.google.com/detail/bookmark-url-batch-replac/dfnljilidcnlgaaacemdciplbblpjanl
Beschreibung Batch replace bookmark URL.
Dateigröße 228 KB
Installationsanzahl 1,077
Aktuelle Version 1.1.1
Letztes Update 2023-07-17
Veröffentlichungsdatum 2022-02-12
Bewertung 4.50/5 Insgesamt 14 Bewertungen
Entwickler no.web.developer
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/LightAPIs/bookmark-url-batch-replacer
Hilfeseite URL https://github.com/LightAPIs/bookmark-url-batch-replacer
URL der Datenschutzrichtlinien-Seite https://www.freeprivacypolicy.com/live/9505d7dd-7a31-4cac-af01-518079c63621
Unterstützte Sprachen 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"
    ]
}