JavaEE API Search
Adds support to the omnibox to search the JavaEE API.
Qu'est-ce que JavaEE API Search ?
JavaEE API Search est une extension Chrome développée par xeno.be, et sa fonction principale est "Adds support to the omnibox to search the JavaEE API.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension JavaEE API Search
Téléchargez les fichiers d'extension JavaEE API Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | JavaEE API Search |
ID | fdncdgdjflfnpbibedmlfdjafkinnfcl |
URL Officiel | https://chromewebstore.google.com/detail/javaee-api-search/fdncdgdjflfnpbibedmlfdjafkinnfcl |
Description | Adds support to the omnibox to search the JavaEE API. |
Taille du Fichier | 83.9 KB |
Nombre d'Installations | 5,453 |
Version Actuelle | 3.0.0 |
Dernière Mise à Jour | 2015-10-09 |
Date de Publication | 2015-10-09 |
Évaluation | 4.18/5 Total 28 Évaluations |
Développeur | xeno.be |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } |