Pow domains

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

Qu'est-ce que Pow domains ?

Pow domains est une extension Chrome développée par matteo.zobbi, et sa fonction principale est "Configure Chrome to treat .dev URLs (Pow top-level domains) as valid domains".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Pow domains

Téléchargez les fichiers d'extension Pow domains au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Pow domains Pow domains
ID iigmgfbfgogbfnkgemfbpbncldjlfeoa
URL Officiel https://chrome.google.com/webstore/detail/pow-domains/iigmgfbfgogbfnkgemfbpbncldjlfeoa
Description Configure Chrome to treat .dev URLs (Pow top-level domains) as valid domains
Taille du Fichier 57.87 KB
Nombre d'Installations 64
Version Actuelle 1.0
Dernière Mise à Jour 2013-10-02
Date de Publication 2013-10-02
Évaluation 4.45/5 Total 11 Évaluations
Développeur matteo.zobbi
Type de Paiement free
Site Web de l'Extension http://pow.cx/
Langues Prises en Charge 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"
}