HostSwitcher

Easily switch between hosts for the same path/endpoint.

O que é HostSwitcher?

HostSwitcher é uma extensão do Chrome desenvolvida por rushton.nicholas, e sua principal característica é "Easily switch between hosts for the same path/endpoint.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão HostSwitcher

Baixe arquivos de extensão HostSwitcher no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome HostSwitcher HostSwitcher
ID cibmioemlfpoedbgohkgbhmkenekjbac
URL Oficial https://chromewebstore.google.com/detail/hostswitcher/cibmioemlfpoedbgohkgbhmkenekjbac
Descrição Easily switch between hosts for the same path/endpoint.
Tamanho do Arquivo 7.57 KB
Contagem de Instalações 337
Versão Atual 1.2.3
Última Atualização 2015-03-03
Data de Publicação 2015-03-02
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor rushton.nicholas
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}