Local Server Shortcut
Shortcut to open webpages running on local servers.
O que é Local Server Shortcut?
Local Server Shortcut é uma extensão do Chrome desenvolvida por David Mihal, e sua principal característica é "Shortcut to open webpages running on local servers.".
Baixar o arquivo CRX da Extensão Local Server Shortcut
Baixe arquivos de extensão Local Server Shortcut no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Shortcut to open webservers running on the local machine.
Informações Básicas da Extensão
Nome | |
ID | apehmeaeoaoegjfahilhilcdilhbblnh |
URL Oficial | https://chromewebstore.google.com/detail/local-server-shortcut/apehmeaeoaoegjfahilhilcdilhbblnh |
Descrição | Shortcut to open webpages running on local servers. |
Tamanho do Arquivo | 19.82 KB |
Contagem de Instalações | 47 |
Versão Atual | 0.0.2 |
Última Atualização | 2018-02-28 |
Data de Publicação | 2018-02-27 |
Desenvolvedor | David Mihal |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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\/*" ] } |