Pow domains

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

Cos'è Pow domains?

Pow domains è un'estensione di Chrome sviluppata da matteo.zobbi, e la sua funzione principale è "Configure Chrome to treat .dev URLs (Pow top-level domains) as valid domains".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Pow domains

Scarica i file di estensione Pow domains in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Pow domains Pow domains
ID iigmgfbfgogbfnkgemfbpbncldjlfeoa
URL Ufficiale https://chrome.google.com/webstore/detail/pow-domains/iigmgfbfgogbfnkgemfbpbncldjlfeoa
Descrizione Configure Chrome to treat .dev URLs (Pow top-level domains) as valid domains
Dimensione del File 57.87 KB
Conteggio Installazioni 64
Versione Corrente 1.0
Ultimo Aggiornamento 2013-10-02
Data di Pubblicazione 2013-10-02
Valutazione 4.45/5 Totale 11 Valutazioni
Sviluppatore matteo.zobbi
Tipo di Pagamento free
Sito Web dell'Estensione http://pow.cx/
Lingue Supportate 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"
}