Local Server Shortcut
Shortcut to open webpages running on local servers.
Co to jest Local Server Shortcut?
Local Server Shortcut to rozszerzenie Chrome opracowane przez David Mihal, a jego główną funkcją jest „Shortcut to open webpages running on local servers.”.
Pobierz plik CRX rozszerzenia Local Server Shortcut
Pobierz pliki rozszerzeń Local Server Shortcut 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
Shortcut to open webservers running on the local machine.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | apehmeaeoaoegjfahilhilcdilhbblnh |
Oficjalny URL | https://chromewebstore.google.com/detail/local-server-shortcut/apehmeaeoaoegjfahilhilcdilhbblnh |
Opis | Shortcut to open webpages running on local servers. |
Rozmiar pliku | 19.82 KB |
Liczba instalacji | 47 |
Aktualna Wersja | 0.0.2 |
Ostatnia Aktualizacja | 2018-02-28 |
Data Publikacji | 2018-02-27 |
Deweloper | David Mihal |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Local Server Shortcut", "version": "0.0.2", "manifest_version": 2, "description": "Shortcut to open webpages running on local servers.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Server list", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "http:\/\/localhost\/*", "https:\/\/localhost\/*" ] } |