WebPlatform Search Companion

Are you a web developer? Install this extension and get a direct link to WebPlatform docs for any documented property or feature.…

WebPlatform Search Companion란 무엇입니까?

WebPlatform Search Companion은(는) mangini에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Are you a web developer? Install this extension and get a direct link to WebPlatform docs for any documented property or feature.…"입니다.

확장 프로그램 스크린샷

screenshot

WebPlatform Search Companion 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Are you a web developer? Install this extension and get a direct link to WebPlatform docs for any documented property or feature. 

Just type "wpd"+space on your Chrome omnibox (that box where you type URLs) and the extension will be activated. Then, type whatever CSS property, for exemple, and you will get direct URLs to the corresponding http://webplatform.org pages.

Example; type "wpd  border" and you will get the direct links to
css: properties/border
css: properties/border-bottom
css: properties/border-bottom-color
css: properties/border-bottom-color-left-radius
css: properties/border-bottom-color-right-radius                    

확장 프로그램 기본 정보

이름 WebPlatform Search Companion WebPlatform Search Companion
ID cmnfpmlchcgefcboofmabaaclkgnoiei
공식 URL https://chromewebstore.google.com/detail/webplatform-search-compan/cmnfpmlchcgefcboofmabaaclkgnoiei
설명 Are you a web developer? Install this extension and get a direct link to WebPlatform docs for any documented property or feature.…
파일 크기 22.05 KB
설치 횟수 52
현재 버전 1.0
최근 업데이트 2012-12-13
출시 날짜 2012-12-12
평점 5.00/5 총 1 개의 평점
개발자 mangini
결제 유형 free
확장 프로그램 웹 사이트 http://webplatform.org
지원되는 언어 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WebPlatform Search Companion",
    "version": "1.0",
    "omnibox": {
        "keyword": "wpd"
    },
    "icons": {
        "16": "logo-16.png",
        "128": "logo-128.png"
    },
    "permissions": [
        "http:\/\/docs.webplatform.org\/*"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}