JavaEE API Search
Adds support to the omnibox to search the JavaEE API.
Was ist JavaEE API Search?
JavaEE API Search ist eine Chrome-Erweiterung, die von xeno.be entwickelt wurde, und ihr Hauptmerkmal ist "Adds support to the omnibox to search the JavaEE API.".
Erweiterungsscreenshots
JavaEE API Search-Erweiterungs-CRX-Datei herunterladen
Laden Sie JavaEE API Search-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | fdncdgdjflfnpbibedmlfdjafkinnfcl |
| Offizielle URL | https://chromewebstore.google.com/detail/javaee-api-search/fdncdgdjflfnpbibedmlfdjafkinnfcl |
| Beschreibung | Adds support to the omnibox to search the JavaEE API. |
| Dateigröße | 83.9 KB |
| Installationsanzahl | 5,453 |
| Aktuelle Version | 3.0.0 |
| Letztes Update | 2015-10-09 |
| Veröffentlichungsdatum | 2015-10-09 |
| Bewertung | 4.18/5 Insgesamt 28 Bewertungen |
| Entwickler | xeno.be |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
} | |