JavaEE API Search

Adds support to the omnibox to search the JavaEE API.

ما هو JavaEE API Search؟

JavaEE API Search هو إضافة Chrome تم تطويرها بواسطة xeno.be، والميزة الرئيسية لها هي "Adds support to the omnibox to search the JavaEE API.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة JavaEE API Search

قم بتنزيل ملفات الامتداد JavaEE API Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
}