Java API Search (JDK 9-13)
Search the Java API directly within the Chrome Omnibox.
O que é Java API Search (JDK 9-13)?
Java API Search (JDK 9-13) é uma extensão do Chrome desenvolvida por Andrew Watson, e sua principal característica é "Search the Java API directly within the Chrome Omnibox.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Java API Search (JDK 9-13)
Baixe arquivos de extensão Java API Search (JDK 9-13) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | ![]() |
ID | nlgnliljjenkennnfnllgcolafcipoab |
URL Oficial | https://chrome.google.com/webstore/detail/java-api-search-jdk-9-13/nlgnliljjenkennnfnllgcolafcipoab |
Descrição | Search the Java API directly within the Chrome Omnibox. |
Tamanho do Arquivo | 5.18 KB |
Contagem de Instalações | 892 |
Versão Atual | 0.0.1.2 |
Última Atualização | 2019-10-06 |
Data de Publicação | 2019-10-06 |
Classificação | 4.75/5 Total de 4 Avaliações |
Desenvolvedor | Andrew Watson |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/awwsmm/java-api-search |
URL da Página de Ajuda | https://github.com/awwsmm/java-api-search |
Idiomas Suportados | 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 } |