localhost

Convert the port after localhost to numbers

Wat is localhost?

localhost is een Chrome-extensie ontwikkeld door silvandiepen, en de belangrijkste functie is "Convert the port after localhost to numbers".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie localhost

Download localhost-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam localhost localhost
ID akmeopjagninifebigecedjdmmbfmibn
Officiële URL https://chromewebstore.google.com/detail/localhost/akmeopjagninifebigecedjdmmbfmibn
Beschrijving Convert the port after localhost to numbers
Bestandsgrootte 21.1 KB
Aantal Installaties 597
Huidige Versie 1.0.7
Laatst Bijgewerkt 2018-09-19
Publicatiedatum 2018-09-19
Ontwikkelaar silvandiepen
Betalingswijze free
Extensiewebsite http://port.svd.im
Help Pagina-URL http://port.svd.im
Ondersteunde Talen 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
}