localhost

Convert the port after localhost to numbers

Qu'est-ce que localhost ?

localhost est une extension Chrome développée par silvandiepen, et sa fonction principale est "Convert the port after localhost to numbers".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension localhost

Téléchargez les fichiers d'extension localhost au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom localhost localhost
ID akmeopjagninifebigecedjdmmbfmibn
URL Officiel https://chromewebstore.google.com/detail/localhost/akmeopjagninifebigecedjdmmbfmibn
Description Convert the port after localhost to numbers
Taille du Fichier 21.1 KB
Nombre d'Installations 597
Version Actuelle 1.0.7
Dernière Mise à Jour 2018-09-19
Date de Publication 2018-09-19
Développeur silvandiepen
Type de Paiement free
Site Web de l'Extension http://port.svd.im
URL de la Page d'Aide http://port.svd.im
Langues Prises en Charge 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
}