Javadoc Redirector
Redirects you automatically to the Java 8 Javadoc.
Javadoc Redirectorคืออะไร?
Javadoc Redirector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย z3ntu และคุณลักษณะหลักของมันคือ "Redirects you automatically to the Java 8 Javadoc."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Javadoc Redirector
ดาวน์โหลดไฟล์ส่วนขยาย Javadoc Redirector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Are you tired of getting Javadoc search results from Java 7? Not anymore! Because 'Javadoc Redirector' automatically redirects you from those Java 7 pages to Java 8 ones! A simple extension that just redirects you from e.g. https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html to the Java 8 equivalent: https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html as different search machines still show Java 7 as first result.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Javadoc Redirector |
ID | pkpckmephcfffdfjemgnekclglhpkcom |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/javadoc-redirector/pkpckmephcfffdfjemgnekclglhpkcom |
คำอธิบาย | Redirects you automatically to the Java 8 Javadoc. |
ขนาดไฟล์ | 26.16 KB |
จำนวนการติดตั้ง | 369 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2022-09-10 |
วันที่เผยแพร่ | 2016-09-13 |
คะแนน | 4.67/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | z3ntu |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/z3ntu/JavadocRedirector |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Javadoc Redirector", "description": "Redirects you automatically to the Java 8 Javadoc.", "version": "1.2", "author": "z3ntu", "homepage_url": "https:\/\/z3ntu.github.io", "content_scripts": [ { "js": [ "js\/replace.js" ], "matches": [ "*:\/\/docs.oracle.com\/javase\/*\/docs\/api\/*" ], "run_at": "document_start" } ], "permissions": [ "*:\/\/docs.oracle.com\/javase\/*" ], "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" } } |