Pow domains

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

Wat is Pow domains?

Pow domains is een Chrome-extensie ontwikkeld door matteo.zobbi, en de belangrijkste functie is "Configure Chrome to treat .dev URLs (Pow top-level domains) as valid domains".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Pow domains

Download Pow domains-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Pow domains Pow domains
ID iigmgfbfgogbfnkgemfbpbncldjlfeoa
Officiële URL https://chrome.google.com/webstore/detail/pow-domains/iigmgfbfgogbfnkgemfbpbncldjlfeoa
Beschrijving Configure Chrome to treat .dev URLs (Pow top-level domains) as valid domains
Bestandsgrootte 57.87 KB
Aantal Installaties 64
Huidige Versie 1.0
Laatst Bijgewerkt 2013-10-02
Publicatiedatum 2013-10-02
Beoordeling 4.45/5 Totaal 11 Beoordelingen
Ontwikkelaar matteo.zobbi
Betalingswijze free
Extensiewebsite http://pow.cx/
Ondersteunde Talen 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"
}