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) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andrew Watson และคุณลักษณะหลักของมันคือ "Search the Java API directly within the Chrome Omnibox."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Java API Search (JDK 9-13)

ดาวน์โหลดไฟล์ส่วนขยาย Java API Search (JDK 9-13) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Java API Search (JDK 9-13) Java API Search (JDK 9-13)
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
}