localhost

Convert the port after localhost to numbers

Cos'è localhost?

localhost è un'estensione di Chrome sviluppata da silvandiepen, e la sua funzione principale è "Convert the port after localhost to numbers".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione localhost

Scarica i file di estensione localhost in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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]`                    

Informazioni di Base sull'Estensione

Nome localhost localhost
ID akmeopjagninifebigecedjdmmbfmibn
URL Ufficiale https://chromewebstore.google.com/detail/localhost/akmeopjagninifebigecedjdmmbfmibn
Descrizione Convert the port after localhost to numbers
Dimensione del File 21.1 KB
Conteggio Installazioni 597
Versione Corrente 1.0.7
Ultimo Aggiornamento 2018-09-19
Data di Pubblicazione 2018-09-19
Sviluppatore silvandiepen
Tipo di Pagamento free
Sito Web dell'Estensione http://port.svd.im
URL della Pagina di Aiuto http://port.svd.im
Lingue Supportate 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
}