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によって開発されたChromeの拡張機能で、その主な機能は「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

URL's Host Switcher拡張機能のCRXファイルをダウンロード

URL's Host Switcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}