localhost

Convert the port after localhost to numbers

Что такое localhost?

localhost - это расширение Chrome, разработанное silvandiepen, и его основная функция - "Convert the port after localhost to numbers".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения localhost

Скачайте файлы расширений localhost в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название localhost localhost
ID akmeopjagninifebigecedjdmmbfmibn
Официальный URL https://chromewebstore.google.com/detail/localhost/akmeopjagninifebigecedjdmmbfmibn
Описание Convert the port after localhost to numbers
Размер файла 21.1 KB
Количество установок 597
Текущая Версия 1.0.7
Последнее Обновление 2018-09-19
Дата публикации 2018-09-19
Разработчик silvandiepen
Тип оплаты free
Официальный сайт расширения http://port.svd.im
URL страницы помощи http://port.svd.im
Поддерживаемые языки 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
}