HostSwitcher
Easily switch between hosts for the same path/endpoint.
Cos'è HostSwitcher?
HostSwitcher è un'estensione di Chrome sviluppata da rushton.nicholas, e la sua funzione principale è "Easily switch between hosts for the same path/endpoint.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione HostSwitcher
Scarica i file di estensione HostSwitcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | cibmioemlfpoedbgohkgbhmkenekjbac |
| URL Ufficiale | https://chromewebstore.google.com/detail/hostswitcher/cibmioemlfpoedbgohkgbhmkenekjbac |
| Descrizione | Easily switch between hosts for the same path/endpoint. |
| Dimensione del File | 7.57 KB |
| Conteggio Installazioni | 337 |
| Versione Corrente | 1.2.3 |
| Ultimo Aggiornamento | 2015-03-03 |
| Data di Pubblicazione | 2015-03-02 |
| Valutazione | 3.00/5 Totale 2 Valutazioni |
| Sviluppatore | rushton.nicholas |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |