HostSwitcher

Easily switch between hosts for the same path/endpoint.

¿Qué es HostSwitcher?

HostSwitcher es una extensión de Chrome desarrollada por rushton.nicholas, y su función principal es "Easily switch between hosts for the same path/endpoint.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión HostSwitcher

Descarga archivos de extensión HostSwitcher en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre HostSwitcher HostSwitcher
ID cibmioemlfpoedbgohkgbhmkenekjbac
URL Oficial https://chromewebstore.google.com/detail/hostswitcher/cibmioemlfpoedbgohkgbhmkenekjbac
Descripción Easily switch between hosts for the same path/endpoint.
Tamaño del Archivo 7.57 KB
Cantidad de Instalaciones 337
Versión Actual 1.2.3
Última Actualización 2015-03-03
Fecha de Publicación 2015-03-02
Calificación 3.00/5 Total de 2 Calificaciones
Desarrollador rushton.nicholas
Tipo de Pago free
Idiomas Soportados 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"
    ]
}