ExploreIt

Instantenously search Khan Academy topics, videos and exercises. To use, type 'ka' plus a search term into the Omnibox.

ما هو ExploreIt؟

ExploreIt هو إضافة Chrome تم تطويرها بواسطة Naveen Hiremath، والميزة الرئيسية لها هي "Instantenously search Khan Academy topics, videos and exercises. To use, type 'ka' plus a search term into the Omnibox.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة ExploreIt

قم بتنزيل ملفات الامتداد ExploreIt بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        ExploreIt lets you perform a search across all of Khan Academy's vast ocean of educational content by letting you type directly within the location/address bar and then automagically takes you to http://www.khanacademy.org/ search results page, in the process saving you a few clicks and time!

Note: ExploreIt does not consume memory while not being used.                    

معلومات أساسية عن التمديد

الاسم ExploreIt ExploreIt
ID jdaabjgckeoioofgfmibbaknplmbhfdi
عنوان URL الرسمي https://chrome.google.com/webstore/detail/exploreit/jdaabjgckeoioofgfmibbaknplmbhfdi
الوصف Instantenously search Khan Academy topics, videos and exercises. To use, type 'ka' plus a search term into the Omnibox.
حجم الملف 24.01 KB
عدد التثبيتات 76
النسخة الحالية 1.0
آخر تحديث 2012-11-19
تاريخ النشر 2012-11-19
تقييم 5.00/5 مجموع تقييمات 1
المطور Naveen Hiremath
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ExploreIt",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Instantenously search Khan Academy topics, videos and exercises. To use, type 'ka' plus a search term into the Omnibox.",
    "icons": {
        "16": "books-16.png",
        "48": "books-48.png",
        "128": "books-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/www.khanacademy.org\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "omnibox": {
        "keyword": "ka"
    }
}