HostSwitcher
Easily switch between hosts for the same path/endpoint.
HostSwitcherとは何ですか?
HostSwitcherはrushton.nicholasによって開発されたChromeの拡張機能で、その主な機能は「Easily switch between hosts for the same path/endpoint.」です。
拡張機能のスクリーンショット
HostSwitcher拡張機能のCRXファイルをダウンロード
HostSwitcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Host switcher is a useful tool for switching host names on urls. Can be used by developers and testers to view the same endpoint on different hosts.
拡張機能の基本情報
名前 | HostSwitcher |
ID | cibmioemlfpoedbgohkgbhmkenekjbac |
公式URL | https://chromewebstore.google.com/detail/hostswitcher/cibmioemlfpoedbgohkgbhmkenekjbac |
説明 | Easily switch between hosts for the same path/endpoint. |
ファイルサイズ | 7.57 KB |
インストール数 | 337 |
現在のバージョン | 1.2.3 |
最終更新日 | 2015-03-03 |
公開日 | 2015-03-02 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | rushton.nicholas |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HostSwitcher", "options_page": "options.html", "description": "Easily switch between hosts for the same path\/endpoint.", "version": "1.2.3", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage" ] } |