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.…
Co je WebPlatform Search Companion?
WebPlatform Search Companion je rozšíření Chrome vyvinuté mangini, a jeho hlavní funkcí je „Are you a web developer? Install this extension and get a direct link to WebPlatform docs for any documented property or feature.…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření WebPlatform Search Companion
Stáhněte si soubory rozšíření WebPlatform Search Companion ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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 Základní Informace o Rozšíření
| Název | |
| ID | cmnfpmlchcgefcboofmabaaclkgnoiei |
| Oficiální URL | https://chromewebstore.google.com/detail/webplatform-search-compan/cmnfpmlchcgefcboofmabaaclkgnoiei |
| Popis | Are you a web developer? Install this extension and get a direct link to WebPlatform docs for any documented property or feature.… |
| Velikost souboru | 22.05 KB |
| Počet instalací | 52 |
| Aktuální Verze | 1.0 |
| Poslední Aktualizace | 2012-12-13 |
| Datum Vydání | 2012-12-12 |
| Hodnocení | 5.00/5 Celkem 1 Hodnocení |
| Vývojář | mangini |
| Typ Platby | free |
| Webové stránky Rozšíření | http://webplatform.org |
| Podporované Jazyky | 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"
]
}
} | |