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
公式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
Eメール [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"
}