JavaEE API Search

Adds support to the omnibox to search the JavaEE API.

JavaEE API Searchคืออะไร?

JavaEE API Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย xeno.be และคุณลักษณะหลักของมันคือ "Adds support to the omnibox to search the JavaEE API."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JavaEE API Search

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

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

                        Use this omnibox plugin to directly search the online JavaEE help.

Simply type 'JEE ' to start your search, then the name of whatever class you are looking for help with, to take you straight to the relevant page in Oracle's online documentation.

Source from: 

https://github.com/mpress/developer-omniboxes-for-chrome                    

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

ชื่อ JavaEE API Search JavaEE API Search
ID fdncdgdjflfnpbibedmlfdjafkinnfcl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/javaee-api-search/fdncdgdjflfnpbibedmlfdjafkinnfcl
คำอธิบาย Adds support to the omnibox to search the JavaEE API.
ขนาดไฟล์ 83.9 KB
จำนวนการติดตั้ง 5,453
เวอร์ชันปัจจุบัน 3.0.0
อัปเดตครั้งล่าสุด 2015-10-09
วันที่เผยแพร่ 2015-10-09
คะแนน 4.18/5 รวมทั้งหมด 28 คะแนน
ผู้พัฒนา xeno.be
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JavaEE API Search",
    "description": "Adds support to the omnibox to search the JavaEE API.",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "index.js",
            "String.js",
            "background.js"
        ]
    },
    "icons": {
        "128": "icons\/icon128.png",
        "32": "icons\/icon32.png",
        "16": "icons\/icon16.png"
    },
    "omnibox": {
        "keyword": "jee"
    },
    "permissions": [
        "tabs",
        "http:\/\/docs.oracle.com\/",
        "https:\/\/docs.oracle.com\/"
    ],
    "version": "3.0.0"
}