JavaEE API Search

Adds support to the omnibox to search the JavaEE API.

什麼是JavaEE API Search?

JavaEE API Search是由xeno.be開發的Chrome擴展程式,該擴展的主要功能是“Adds support to the omnibox to search the JavaEE API.”。

擴展截圖

screenshot

下載JavaEE API Search擴展crx文件

下載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
官方網址 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"
}