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

URL's Host Switcher क्या है?

URL's Host Switcher DLAM द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में URL's Host Switcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम URL's Host Switcher URL's Host Switcher
ID fcejkgaehmpaplmencnlpcocmmbfcoia
आधिकारिक URL https://chromewebstore.google.com/detail/urls-host-switcher/fcejkgaehmpaplmencnlpcocmmbfcoia
विवरण 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
फ़ाइल का आकार 75.14 KB
स्थापना संख्या 92
वर्तमान संस्करण 1.1.16
अंतिम अपडेट 2022-12-02
प्रकाशन तिथि 2022-07-04
डेवलपर DLAM
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}