Pow domains

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

Co to jest Pow domains?

Pow domains to rozszerzenie Chrome opracowane przez matteo.zobbi, a jego główną funkcją jest „Configure Chrome to treat .dev URLs (Pow top-level domains) as valid domains”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Pow domains

Pobierz pliki rozszerzeń Pow domains w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Pow domains Pow domains
ID iigmgfbfgogbfnkgemfbpbncldjlfeoa
Oficjalny URL https://chrome.google.com/webstore/detail/pow-domains/iigmgfbfgogbfnkgemfbpbncldjlfeoa
Opis Configure Chrome to treat .dev URLs (Pow top-level domains) as valid domains
Rozmiar pliku 57.87 KB
Liczba instalacji 64
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2013-10-02
Data Publikacji 2013-10-02
Ocena 4.45/5 Łącznie 11 Oceny
Deweloper matteo.zobbi
Typ Płatności free
Strona Rozszerzenia http://pow.cx/
Obsługiwane Języki 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"
}