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

Was ist URL's Host Switcher?

URL's Host Switcher ist eine Chrome-Erweiterung, die von DLAM entwickelt wurde, und ihr Hauptmerkmal ist "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".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

URL's Host Switcher-Erweiterungs-CRX-Datei herunterladen

Laden Sie URL's Host Switcher-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

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

Grundlegende Informationen zur Erweiterung

Name URL's Host Switcher URL's Host Switcher
ID fcejkgaehmpaplmencnlpcocmmbfcoia
Offizielle URL https://chromewebstore.google.com/detail/urls-host-switcher/fcejkgaehmpaplmencnlpcocmmbfcoia
Beschreibung 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
Dateigröße 75.14 KB
Installationsanzahl 92
Aktuelle Version 1.1.16
Letztes Update 2022-12-02
Veröffentlichungsdatum 2022-07-04
Entwickler DLAM
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}