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.…
Vad är WebPlatform Search Companion?
WebPlatform Search Companion är en Chrome-tillägg utvecklad av mangini, och dess huvudfunktion är "Are you a web developer? Install this extension and get a direct link to WebPlatform docs for any documented property or feature.…".
Tilläggsskärmbilder
Ladda ner WebPlatform Search Companion-förlängningens CRX-fil
Ladda ner WebPlatform Search Companion-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | WebPlatform Search Companion |
ID | cmnfpmlchcgefcboofmabaaclkgnoiei |
Officiell webbadress | https://chromewebstore.google.com/detail/webplatform-search-compan/cmnfpmlchcgefcboofmabaaclkgnoiei |
Beskrivning | Are you a web developer? Install this extension and get a direct link to WebPlatform docs for any documented property or feature.… |
Filstorlek | 22.05 KB |
Antal Installationer | 52 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2012-12-13 |
Publiceringsdatum | 2012-12-12 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | mangini |
Betalningssätt | free |
Tilläggswebbplats | http://webplatform.org |
Stödda Språk | 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" ] } } |