JavaEE API Search

Adds support to the omnibox to search the JavaEE API.

JavaEE API Search là gì?

JavaEE API Search là một tiện ích mở rộng Chrome được phát triển bởi xeno.be, và tính năng chính của nó là "Adds support to the omnibox to search the JavaEE API.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng JavaEE API Search

Tải xuống các tệp mở rộng JavaEE API Search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên JavaEE API Search JavaEE API Search
ID fdncdgdjflfnpbibedmlfdjafkinnfcl
URL Chính Thức https://chromewebstore.google.com/detail/javaee-api-search/fdncdgdjflfnpbibedmlfdjafkinnfcl
Mô tả Adds support to the omnibox to search the JavaEE API.
Kích Thước Tệp 83.9 KB
Số Lần Cài Đặt 5,453
Phiên Bản Hiện Tại 3.0.0
Cập Nhật Lần Cuối 2015-10-09
Ngày Phát Hành 2015-10-09
Đánh Giá 4.18/5 Tổng số 28 Đánh Giá
Nhà Phát Triển xeno.be
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}