localhost

Convert the port after localhost to numbers

Hvad er localhost?

localhost er en Chrome-udvidelse udviklet af silvandiepen, og dens hovedfunktion er "Convert the port after localhost to numbers".

Udvidelsesskærmbilleder

screenshot

Download localhost-udvidelses-CRX-fil

Download localhost-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn localhost localhost
ID akmeopjagninifebigecedjdmmbfmibn
Officiel URL https://chromewebstore.google.com/detail/localhost/akmeopjagninifebigecedjdmmbfmibn
Beskrivelse Convert the port after localhost to numbers
Filstørrelse 21.1 KB
Antal Installationer 597
Nuværende Version 1.0.7
Senest Opdateret 2018-09-19
Udgivelsesdato 2018-09-19
Udvikler silvandiepen
Betalingsmetode free
Udvidelseswebsted http://port.svd.im
Hjælpeside-URL http://port.svd.im
Understøttede Sprog 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
}