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
官方網址 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"
}