Javadoc Redirector
Redirects you automatically to the Java 8 Javadoc.
Javadoc Redirector là gì?
Javadoc Redirector là một tiện ích mở rộng Chrome được phát triển bởi z3ntu, và tính năng chính của nó là "Redirects you automatically to the Java 8 Javadoc.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Javadoc Redirector
Tải xuống các tệp mở rộng Javadoc Redirector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Javadoc Redirector |
ID | pkpckmephcfffdfjemgnekclglhpkcom |
URL Chính Thức | https://chromewebstore.google.com/detail/javadoc-redirector/pkpckmephcfffdfjemgnekclglhpkcom |
Mô tả | Redirects you automatically to the Java 8 Javadoc. |
Kích Thước Tệp | 26.16 KB |
Số Lần Cài Đặt | 369 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2022-09-10 |
Ngày Phát Hành | 2016-09-13 |
Đánh Giá | 4.67/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | z3ntu |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/z3ntu/JavadocRedirector |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |