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