Java API Search (JDK 9-13)
Search the Java API directly within the Chrome Omnibox.
Qu'est-ce que Java API Search (JDK 9-13) ?
Java API Search (JDK 9-13) est une extension Chrome développée par Andrew Watson, et sa fonction principale est "Search the Java API directly within the Chrome Omnibox.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Java API Search (JDK 9-13)
Téléchargez les fichiers d'extension Java API Search (JDK 9-13) 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
This extension allows you to search the Java API directly from the Chrome Omnibox. Simply type "javadoc", then a space or a tab and a search term of interest (e.g. "ArrayList", "Map.Entry") and you will be taken to the most relevant page within Oracle's public Javadocs. You can specify the JDK version (9 through 13, inclusive) by putting it before the search term (e.g. "javadoc 12 HashMap").
This is very much a work in progress, so please be patient and report any and all bugs / issues on the extension's GitHub page at github.com/awwsmm/java-api-search. Informations de Base sur l'Extension
| Nom | |
| ID | nlgnliljjenkennnfnllgcolafcipoab |
| URL Officiel | https://chrome.google.com/webstore/detail/java-api-search-jdk-9-13/nlgnliljjenkennnfnllgcolafcipoab |
| Description | Search the Java API directly within the Chrome Omnibox. |
| Taille du Fichier | 5.18 KB |
| Nombre d'Installations | 892 |
| Version Actuelle | 0.0.1.2 |
| Dernière Mise à Jour | 2019-10-06 |
| Date de Publication | 2019-10-06 |
| Évaluation | 4.75/5 Total 4 Évaluations |
| Développeur | Andrew Watson |
| [email protected] | |
| Type de Paiement | free |
| Site Web de l'Extension | https://github.com/awwsmm/java-api-search |
| URL de la Page d'Aide | https://github.com/awwsmm/java-api-search |
| Langues Prises en Charge | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Java API Search (JDK 9-13)",
"description": "Search the Java API directly within the Chrome Omnibox.",
"version": "0.0.1.2",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"permissions": [
"tabs",
"https:\/\/docs.oracle.com\/javase\/*\/docs\/api\/*",
"https:\/\/docs.oracle.com\/en\/java\/javase\/*\/docs\/api\/*"
],
"omnibox": {
"keyword": "javadoc"
},
"manifest_version": 2
} | |