JavaEE API Search

Adds support to the omnibox to search the JavaEE API.

What is JavaEE API Search?

JavaEE API Search is a Chrome extension developed by xeno.be, and its main feature is "Adds support to the omnibox to search the JavaEE API.".

Extension Screenshots

screenshot

Download JavaEE API Search Extension CRX File

Download JavaEE API Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name JavaEE API Search JavaEE API Search
ID fdncdgdjflfnpbibedmlfdjafkinnfcl
Official URL https://chromewebstore.google.com/detail/javaee-api-search/fdncdgdjflfnpbibedmlfdjafkinnfcl
Description Adds support to the omnibox to search the JavaEE API.
File Size 83.9 KB
Installation Count 5,453
Current Version 3.0.0
Last Updated 2015-10-09
Publish Date 2015-10-09
Rating 4.18/5 Total 28 Ratings
Developer xeno.be
Email [email protected]
Payment Type free
Supported Languages 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"
}