JavaAPI-Redirector
Redirect to the latest Java SE API document.
JavaAPI-Redirector क्या है?
JavaAPI-Redirector https://yuji.software द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Redirect to the latest Java SE API document."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में JavaAPI-Redirector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } } |