Java API Search (JDK 9-13)
Search the Java API directly within the Chrome Omnibox.
Java API Search (JDK 9-13) क्या है?
Java API Search (JDK 9-13) Andrew Watson द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search the Java API directly within the Chrome Omnibox."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Java API Search (JDK 9-13) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension allows you to search the Java API directly from the Chrome Omnibox. Simply type "javadoc", then a space or a tab and a search term of interest (e.g. "ArrayList", "Map.Entry") and you will be taken to the most relevant page within Oracle's public Javadocs. You can specify the JDK version (9 through 13, inclusive) by putting it before the search term (e.g. "javadoc 12 HashMap"). This is very much a work in progress, so please be patient and report any and all bugs / issues on the extension's GitHub page at github.com/awwsmm/java-api-search.
एक्सटेंशन की मूल जानकारी
नाम | ![]() |
ID | nlgnliljjenkennnfnllgcolafcipoab |
आधिकारिक URL | https://chrome.google.com/webstore/detail/java-api-search-jdk-9-13/nlgnliljjenkennnfnllgcolafcipoab |
विवरण | Search the Java API directly within the Chrome Omnibox. |
फ़ाइल का आकार | 5.18 KB |
स्थापना संख्या | 892 |
वर्तमान संस्करण | 0.0.1.2 |
अंतिम अपडेट | 2019-10-06 |
प्रकाशन तिथि | 2019-10-06 |
रेटिंग | 4.75/5 कुल 4 रेटिंग्स |
डेवलपर | Andrew Watson |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/awwsmm/java-api-search |
सहायता पृष्ठ URL | https://github.com/awwsmm/java-api-search |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Java API Search (JDK 9-13)", "description": "Search the Java API directly within the Chrome Omnibox.", "version": "0.0.1.2", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs", "https:\/\/docs.oracle.com\/javase\/*\/docs\/api\/*", "https:\/\/docs.oracle.com\/en\/java\/javase\/*\/docs\/api\/*" ], "omnibox": { "keyword": "javadoc" }, "manifest_version": 2 } |