URL's Host Switcher

A tool for quickly switching the host of the current url. make it easy to jump the same path in a local, test or prod environment

Qu'est-ce que URL's Host Switcher ?

URL's Host Switcher est une extension Chrome développée par DLAM, et sa fonction principale est "A tool for quickly switching the host of the current url. make it easy to jump the same path in a local, test or prod environment".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension URL's Host Switcher

Téléchargez les fichiers d'extension URL's Host Switcher 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

                        It is convenient for developers to quickly switch the host of web pages under the same path                    

Informations de Base sur l'Extension

Nom URL's Host Switcher URL's Host Switcher
ID fcejkgaehmpaplmencnlpcocmmbfcoia
URL Officiel https://chromewebstore.google.com/detail/urls-host-switcher/fcejkgaehmpaplmencnlpcocmmbfcoia
Description A tool for quickly switching the host of the current url. make it easy to jump the same path in a local, test or prod environment
Taille du Fichier 75.14 KB
Nombre d'Installations 92
Version Actuelle 1.1.16
Dernière Mise à Jour 2022-12-02
Date de Publication 2022-07-04
Développeur DLAM
Email [email protected]
Type de Paiement free
Langues Prises en Charge de,en,fr,es,it,ru,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "version": "1.1.16",
    "manifest_version": 3,
    "default_locale": "en",
    "options_page": "\/dist\/src\/options.html",
    "permissions": [
        "storage",
        "tabs"
    ],
    "action": {
        "default_popup": "\/dist\/src\/popup.html",
        "default_icon": {
            "16": "\/img\/16x16.png",
            "32": "\/img\/32x32.png",
            "48": "\/img\/48x48.png",
            "128": "\/img\/128x128.png"
        }
    },
    "icons": {
        "16": "\/img\/16x16.png",
        "32": "\/img\/32x32.png",
        "48": "\/img\/48x48.png",
        "128": "\/img\/128x128.png"
    }
}