Pow domains

Configure Chrome to treat .dev URLs (Pow top-level domains) as valid domains

Что такое Pow domains?

Pow domains - это расширение Chrome, разработанное matteo.zobbi, и его основная функция - "Configure Chrome to treat .dev URLs (Pow top-level domains) as valid domains".

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

screenshot
screenshot

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

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

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

                        With Google Chrome and Pow I often forget to add the slash ('/') at the end of the URL and Chrome tries to search the web for the text of the URL instead of going to the URL.  
This extension forces Chrome to treat .dev domains as valid domains.

Check 'Allow in incognito' if you want it to apply to incognito browser sessions: chrome://extensions                    

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

Название Pow domains Pow domains
ID iigmgfbfgogbfnkgemfbpbncldjlfeoa
Официальный URL https://chrome.google.com/webstore/detail/pow-domains/iigmgfbfgogbfnkgemfbpbncldjlfeoa
Описание Configure Chrome to treat .dev URLs (Pow top-level domains) as valid domains
Размер файла 57.87 KB
Количество установок 64
Текущая Версия 1.0
Последнее Обновление 2013-10-02
Дата публикации 2013-10-02
Рейтинг 4.45/5 Всего 11 оценок
Разработчик matteo.zobbi
Тип оплаты free
Официальный сайт расширения http://pow.cx/
Поддерживаемые языки en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking",
        "tabs"
    ],
    "description": "Configure Chrome to treat .dev URLs (Pow top-level domains) as valid domains",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Pow domains",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}