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.…”。
擴展截圖
下載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 "wpdborder" 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 |
ID | cmnfpmlchcgefcboofmabaaclkgnoiei |
官方網址 | 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" ] } } |