HostSwitcher
Easily switch between hosts for the same path/endpoint.
Qu'est-ce que HostSwitcher ?
HostSwitcher est une extension Chrome développée par rushton.nicholas, et sa fonction principale est "Easily switch between hosts for the same path/endpoint.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension HostSwitcher
Téléchargez les fichiers d'extension HostSwitcher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | HostSwitcher |
ID | cibmioemlfpoedbgohkgbhmkenekjbac |
URL Officiel | https://chromewebstore.google.com/detail/hostswitcher/cibmioemlfpoedbgohkgbhmkenekjbac |
Description | Easily switch between hosts for the same path/endpoint. |
Taille du Fichier | 7.57 KB |
Nombre d'Installations | 337 |
Version Actuelle | 1.2.3 |
Dernière Mise à Jour | 2015-03-03 |
Date de Publication | 2015-03-02 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | rushton.nicholas |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |