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ファイルをダウンロード

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

拡張機能の使用方法

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