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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}