HostSwitcher
Easily switch between hosts for the same path/endpoint.
Co to jest HostSwitcher?
HostSwitcher to rozszerzenie Chrome opracowane przez rushton.nicholas, a jego główną funkcją jest „Easily switch between hosts for the same path/endpoint.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia HostSwitcher
Pobierz pliki rozszerzeń HostSwitcher w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | cibmioemlfpoedbgohkgbhmkenekjbac |
| Oficjalny URL | https://chromewebstore.google.com/detail/hostswitcher/cibmioemlfpoedbgohkgbhmkenekjbac |
| Opis | Easily switch between hosts for the same path/endpoint. |
| Rozmiar pliku | 7.57 KB |
| Liczba instalacji | 337 |
| Aktualna Wersja | 1.2.3 |
| Ostatnia Aktualizacja | 2015-03-03 |
| Data Publikacji | 2015-03-02 |
| Ocena | 3.00/5 Łącznie 2 Oceny |
| Deweloper | rushton.nicholas |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
} | |