JavaEE API Search
Adds support to the omnibox to search the JavaEE API.
Hvad er JavaEE API Search?
JavaEE API Search er en Chrome-udvidelse udviklet af xeno.be, og dens hovedfunktion er "Adds support to the omnibox to search the JavaEE API.".
Udvidelsesskærmbilleder
Download JavaEE API Search-udvidelses-CRX-fil
Download JavaEE API Search-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | fdncdgdjflfnpbibedmlfdjafkinnfcl |
| Officiel URL | https://chromewebstore.google.com/detail/javaee-api-search/fdncdgdjflfnpbibedmlfdjafkinnfcl |
| Beskrivelse | Adds support to the omnibox to search the JavaEE API. |
| Filstørrelse | 83.9 KB |
| Antal Installationer | 5,453 |
| Nuværende Version | 3.0.0 |
| Senest Opdateret | 2015-10-09 |
| Udgivelsesdato | 2015-10-09 |
| Bedømmelse | 4.18/5 Samlet 28 Bedømmelser |
| Udvikler | xeno.be |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
} | |