JavaEE API Search
Adds support to the omnibox to search the JavaEE API.
Wat is JavaEE API Search?
JavaEE API Search is een Chrome-extensie ontwikkeld door xeno.be, en de belangrijkste functie is "Adds support to the omnibox to search the JavaEE API.".
Extensie Screenshots
Download het CRX-bestand van de extensie JavaEE API Search
Download JavaEE API Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | fdncdgdjflfnpbibedmlfdjafkinnfcl |
| Officiële URL | https://chromewebstore.google.com/detail/javaee-api-search/fdncdgdjflfnpbibedmlfdjafkinnfcl |
| Beschrijving | Adds support to the omnibox to search the JavaEE API. |
| Bestandsgrootte | 83.9 KB |
| Aantal Installaties | 5,453 |
| Huidige Versie | 3.0.0 |
| Laatst Bijgewerkt | 2015-10-09 |
| Publicatiedatum | 2015-10-09 |
| Beoordeling | 4.18/5 Totaal 28 Beoordelingen |
| Ontwikkelaar | xeno.be |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
} | |