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 |
官方網址 | 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" ] } |