HostSwitcher
Easily switch between hosts for the same path/endpoint.
What is HostSwitcher?
HostSwitcher is a Chrome extension developed by rushton.nicholas, and its main feature is "Easily switch between hosts for the same path/endpoint.".
Extension Screenshots
Download HostSwitcher Extension CRX File
Download HostSwitcher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | HostSwitcher |
ID | cibmioemlfpoedbgohkgbhmkenekjbac |
Official URL | https://chromewebstore.google.com/detail/hostswitcher/cibmioemlfpoedbgohkgbhmkenekjbac |
Description | Easily switch between hosts for the same path/endpoint. |
File Size | 7.57 KB |
Installation Count | 337 |
Current Version | 1.2.3 |
Last Updated | 2015-03-03 |
Publish Date | 2015-03-02 |
Rating | 3.00/5 Total 2 Ratings |
Developer | rushton.nicholas |
Payment Type | free |
Supported Languages | 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" ] } |