Pow domains

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

What is Pow domains?

Pow domains is a Chrome extension developed by matteo.zobbi, and its main feature is "Configure Chrome to treat .dev URLs (Pow top-level domains) as valid domains".

Extension Screenshots

screenshot
screenshot

Download Pow domains Extension CRX File

Download Pow domains extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Pow domains Pow domains
ID iigmgfbfgogbfnkgemfbpbncldjlfeoa
Official URL https://chrome.google.com/webstore/detail/pow-domains/iigmgfbfgogbfnkgemfbpbncldjlfeoa
Description Configure Chrome to treat .dev URLs (Pow top-level domains) as valid domains
File Size 57.87 KB
Installation Count 64
Current Version 1.0
Last Updated 2013-10-02
Publish Date 2013-10-02
Rating 4.45/5 Total 11 Ratings
Developer matteo.zobbi
Payment Type free
Extension Website http://pow.cx/
Supported Languages 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"
}