JavaAPI-Redirector
Redirect to the latest Java SE API document.
JavaAPI-Redirectorとは何ですか?
JavaAPI-Redirectorはhttps://yuji.softwareによって開発されたChromeの拡張機能で、その主な機能は「Redirect to the latest Java SE API document.」です。
拡張機能のスクリーンショット
JavaAPI-Redirector拡張機能のCRXファイルをダウンロード
JavaAPI-Redirector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Redirect to latest Java SE API document.
https://docs.oracle.com/javase/8/docs/api/java/lang/String.html
→ https://docs.oracle.com/javase/17/docs/api/java/lang/String.html
Redirect the Java API version can be selected (Java 6 - 21). 拡張機能の基本情報
| 名前 | |
| ID | kildmhgekjfidnaohdmopdcoibigchkj |
| 公式URL | https://chromewebstore.google.com/detail/javaapi-redirector/kildmhgekjfidnaohdmopdcoibigchkj |
| 説明 | Redirect to the latest Java SE API document. |
| ファイルサイズ | 25.88 KB |
| インストール数 | 707 |
| 現在のバージョン | 1.3.13 |
| 最終更新日 | 2023-12-11 |
| 公開日 | 2020-05-27 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | https://yuji.software |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/YujiSoftware/JavaAPI-Redirector |
| ヘルプページのURL | https://github.com/YujiSoftware/JavaAPI-Redirector/issues |
| 対応言語 | ms,en,fr,es,it,pt-BR,ru,ar,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "JavaAPI-Redirector",
"version": "1.3.13",
"description": "__MSG_extDescription__",
"default_locale": "en",
"applications": {
"gecko": {
"id": "{592a7624-ad88-4d43-aec3-e940dcad653a}"
}
},
"icons": {
"48": "icons\/icon.png",
"128": "icons\/icon_128.png"
},
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"*:\/\/docs.oracle.com\/*"
],
"js": [
"search-index.js",
"document.js"
],
"run_at": "document_start"
}
],
"options_ui": {
"page": "options.html",
"chrome_style": true
}
} | |