Link url replacer

Allows you to configure and save replacement profiles which describe the replacement rules for all links on pages and adds replaced…

Qu'est-ce que Link url replacer ?

Link url replacer est une extension Chrome développée par mailbox.misha, et sa fonction principale est "Allows you to configure and save replacement profiles which describe the replacement rules for all links on pages and adds replaced…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Link url replacer

Téléchargez les fichiers d'extension Link url 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

                        Allows you to configure and save replacement profiles which describe the replacement rules for all links on pages and adds replaced links to the context menu of each link on the page. Each replacement profile contains two fields: pattern and replacement. Pattern can be a string, text of a regular expression or a special pattern like the following: «%all%», «%host%». Replacement is a string. Once you will configure the replacement profile you will be able to follow the replaced link by using original link's context menu. See examples in the screenshot below.                    

Informations de Base sur l'Extension

Nom Link url replacer Link url replacer
ID kefopaofjlhaddnijefhnhnjhafpbamd
URL Officiel https://chromewebstore.google.com/detail/link-url-replacer/kefopaofjlhaddnijefhnhnjhafpbamd
Description Allows you to configure and save replacement profiles which describe the replacement rules for all links on pages and adds replaced…
Taille du Fichier 8.08 KB
Nombre d'Installations 30
Version Actuelle 1.1.0
Dernière Mise à Jour 2022-12-06
Date de Publication 2020-05-05
Évaluation 1.33/5 Total 3 Évaluations
Développeur mailbox.misha
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Link url replacer",
    "description": "",
    "version": "1.1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon32.png",
        "32": "icon32.png",
        "64": "icon64.png"
    }
}