JavaAPI-Redirector
Redirect to the latest Java SE API document.
JavaAPI-Redirectorคืออะไร?
JavaAPI-Redirector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://yuji.software และคุณลักษณะหลักของมันคือ "Redirect to the latest Java SE API document."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JavaAPI-Redirector
ดาวน์โหลดไฟล์ส่วนขยาย 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).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | JavaAPI-Redirector |
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 |
อีเมล | [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 } } |