Pow domains

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

Pow domains क्या है?

Pow domains matteo.zobbi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Configure Chrome to treat .dev URLs (Pow top-level domains) as valid domains"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pow domains एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
}