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.…
What is WebPlatform Search Companion?
WebPlatform Search Companion is a Chrome extension developed by mangini, and its main feature is "Are you a web developer? Install this extension and get a direct link to WebPlatform docs for any documented property or feature.…".
Extension Screenshots
Download WebPlatform Search Companion Extension CRX File
Download WebPlatform Search Companion extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | WebPlatform Search Companion |
ID | cmnfpmlchcgefcboofmabaaclkgnoiei |
Official URL | https://chromewebstore.google.com/detail/webplatform-search-compan/cmnfpmlchcgefcboofmabaaclkgnoiei |
Description | Are you a web developer? Install this extension and get a direct link to WebPlatform docs for any documented property or feature.… |
File Size | 22.05 KB |
Installation Count | 52 |
Current Version | 1.0 |
Last Updated | 2012-12-13 |
Publish Date | 2012-12-12 |
Rating | 5.00/5 Total 1 Ratings |
Developer | mangini |
Payment Type | free |
Extension Website | http://webplatform.org |
Supported Languages | 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" ] } } |