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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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