HostSwitcher

Easily switch between hosts for the same path/endpoint.

什么是HostSwitcher?

HostSwitcher是由rushton.nicholas开发的Chrome扩展程序,该扩展的主要功能是“Easily switch between hosts for the same path/endpoint.”。

扩展截图

screenshot

下载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 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"
    ]
}