JavaEE API Search
Adds support to the omnibox to search the JavaEE API.
Cos'è JavaEE API Search?
JavaEE API Search è un'estensione di Chrome sviluppata da xeno.be, e la sua funzione principale è "Adds support to the omnibox to search the JavaEE API.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione JavaEE API Search
Scarica i file di estensione JavaEE API Search 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
Use this omnibox plugin to directly search the online JavaEE help.
Simply type 'JEE ' to start your search, then the name of whatever class you are looking for help with, to take you straight to the relevant page in Oracle's online documentation.
Source from:
https://github.com/mpress/developer-omniboxes-for-chrome Informazioni di Base sull'Estensione
| Nome | |
| ID | fdncdgdjflfnpbibedmlfdjafkinnfcl |
| URL Ufficiale | https://chromewebstore.google.com/detail/javaee-api-search/fdncdgdjflfnpbibedmlfdjafkinnfcl |
| Descrizione | Adds support to the omnibox to search the JavaEE API. |
| Dimensione del File | 83.9 KB |
| Conteggio Installazioni | 5,453 |
| Versione Corrente | 3.0.0 |
| Ultimo Aggiornamento | 2015-10-09 |
| Data di Pubblicazione | 2015-10-09 |
| Valutazione | 4.18/5 Totale 28 Valutazioni |
| Sviluppatore | xeno.be |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "JavaEE API Search",
"description": "Adds support to the omnibox to search the JavaEE API.",
"manifest_version": 2,
"background": {
"scripts": [
"index.js",
"String.js",
"background.js"
]
},
"icons": {
"128": "icons\/icon128.png",
"32": "icons\/icon32.png",
"16": "icons\/icon16.png"
},
"omnibox": {
"keyword": "jee"
},
"permissions": [
"tabs",
"http:\/\/docs.oracle.com\/",
"https:\/\/docs.oracle.com\/"
],
"version": "3.0.0"
} | |