Bookmark URL Batch Replacer

Batch replace bookmark URL.

Qu'est-ce que Bookmark URL Batch Replacer ?

Bookmark URL Batch Replacer est une extension Chrome développée par no.web.developer, et sa fonction principale est "Batch replace bookmark URL.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Bookmark URL Batch Replacer

Téléchargez les fichiers d'extension Bookmark URL Batch Replacer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Bookmark URL Batch Replacer Bookmark URL Batch Replacer
ID dfnljilidcnlgaaacemdciplbblpjanl
URL Officiel https://chromewebstore.google.com/detail/bookmark-url-batch-replac/dfnljilidcnlgaaacemdciplbblpjanl
Description Batch replace bookmark URL.
Taille du Fichier 228 KB
Nombre d'Installations 1,077
Version Actuelle 1.1.1
Dernière Mise à Jour 2023-07-17
Date de Publication 2022-02-12
Évaluation 4.50/5 Total 14 Évaluations
Développeur no.web.developer
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/LightAPIs/bookmark-url-batch-replacer
URL de la Page d'Aide https://github.com/LightAPIs/bookmark-url-batch-replacer
URL de la Page de Politique de Confidentialité https://www.freeprivacypolicy.com/live/9505d7dd-7a31-4cac-af01-518079c63621
Langues Prises en Charge 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"
    ]
}