localhost

Convert the port after localhost to numbers

O que é localhost?

localhost é uma extensão do Chrome desenvolvida por silvandiepen, e sua principal característica é "Convert the port after localhost to numbers".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão localhost

Baixe arquivos de extensão localhost 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

                        type localhost/ in your url bar to enable this extension. Afterwards type in the name of the port you want to be converted in to numbers.

For instance type: 'localhost/' and then, 'port' and the browser will redirect you to http://localhost:7678

When you just want to convert a port: 'localhost/' > space > `port [nametoconvert]`                    

Informações Básicas da Extensão

Nome localhost localhost
ID akmeopjagninifebigecedjdmmbfmibn
URL Oficial https://chromewebstore.google.com/detail/localhost/akmeopjagninifebigecedjdmmbfmibn
Descrição Convert the port after localhost to numbers
Tamanho do Arquivo 21.1 KB
Contagem de Instalações 597
Versão Atual 1.0.7
Última Atualização 2018-09-19
Data de Publicação 2018-09-19
Desenvolvedor silvandiepen
Tipo de Pagamento free
Site da Extensão http://port.svd.im
URL da Página de Ajuda http://port.svd.im
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "localhost",
    "short_name": "localhost",
    "version": "1.0.7",
    "description": "Convert the port after localhost to numbers",
    "omnibox": {
        "keyword": "localhost\/"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "activeTab",
        "clipboardWrite"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}