Java API Search (JDK 9-13)
Search the Java API directly within the Chrome Omnibox.
Java API Search (JDK 9-13)とは何ですか?
Java API Search (JDK 9-13)はAndrew Watsonによって開発されたChromeの拡張機能で、その主な機能は「Search the Java API directly within the Chrome Omnibox.」です。
拡張機能のスクリーンショット
Java API Search (JDK 9-13)拡張機能のCRXファイルをダウンロード
Java API Search (JDK 9-13)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | ![]() |
ID | nlgnliljjenkennnfnllgcolafcipoab |
公式URL | https://chrome.google.com/webstore/detail/java-api-search-jdk-9-13/nlgnliljjenkennnfnllgcolafcipoab |
説明 | Search the Java API directly within the Chrome Omnibox. |
ファイルサイズ | 5.18 KB |
インストール数 | 892 |
現在のバージョン | 0.0.1.2 |
最終更新日 | 2019-10-06 |
公開日 | 2019-10-06 |
評価 | 4.75/5 合計 4 レビュー |
開発者 | Andrew Watson |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/awwsmm/java-api-search |
ヘルプページのURL | https://github.com/awwsmm/java-api-search |
対応言語 | 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 } |