HostSwitcher
Easily switch between hosts for the same path/endpoint.
Wat is HostSwitcher?
HostSwitcher is een Chrome-extensie ontwikkeld door rushton.nicholas, en de belangrijkste functie is "Easily switch between hosts for the same path/endpoint.".
Extensie Screenshots
Download het CRX-bestand van de extensie HostSwitcher
Download HostSwitcher-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | cibmioemlfpoedbgohkgbhmkenekjbac |
| Officiële URL | https://chromewebstore.google.com/detail/hostswitcher/cibmioemlfpoedbgohkgbhmkenekjbac |
| Beschrijving | Easily switch between hosts for the same path/endpoint. |
| Bestandsgrootte | 7.57 KB |
| Aantal Installaties | 337 |
| Huidige Versie | 1.2.3 |
| Laatst Bijgewerkt | 2015-03-03 |
| Publicatiedatum | 2015-03-02 |
| Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | rushton.nicholas |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |