Pow domains

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

Pow domainsとは何ですか?

Pow domainsはmatteo.zobbiによって開発されたChromeの拡張機能で、その主な機能は「Configure Chrome to treat .dev URLs (Pow top-level domains) as valid domains」です。

拡張機能のスクリーンショット

screenshot
screenshot

Pow domains拡張機能のCRXファイルをダウンロード

Pow domains拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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