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.…
Cos'è WebPlatform Search Companion?
WebPlatform Search Companion è un'estensione di Chrome sviluppata da mangini, e la sua funzione principale è "Are you a web developer? Install this extension and get a direct link to WebPlatform docs for any documented property or feature.…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WebPlatform Search Companion
Scarica i file di estensione WebPlatform Search Companion in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | WebPlatform Search Companion |
ID | cmnfpmlchcgefcboofmabaaclkgnoiei |
URL Ufficiale | https://chromewebstore.google.com/detail/webplatform-search-compan/cmnfpmlchcgefcboofmabaaclkgnoiei |
Descrizione | Are you a web developer? Install this extension and get a direct link to WebPlatform docs for any documented property or feature.… |
Dimensione del File | 22.05 KB |
Conteggio Installazioni | 52 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2012-12-13 |
Data di Pubblicazione | 2012-12-12 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | mangini |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://webplatform.org |
Lingue Supportate | 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" ] } } |