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.…
Qu'est-ce que WebPlatform Search Companion ?
WebPlatform Search Companion est une extension Chrome développée par mangini, et sa fonction principale est "Are you a web developer? Install this extension and get a direct link to WebPlatform docs for any documented property or feature.…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension WebPlatform Search Companion
Téléchargez les fichiers d'extension WebPlatform Search Companion au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | WebPlatform Search Companion |
ID | cmnfpmlchcgefcboofmabaaclkgnoiei |
URL Officiel | 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.… |
Taille du Fichier | 22.05 KB |
Nombre d'Installations | 52 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2012-12-13 |
Date de Publication | 2012-12-12 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | mangini |
Type de Paiement | free |
Site Web de l'Extension | http://webplatform.org |
Langues Prises en Charge | 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" ] } } |