ExploreIt

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

ExploreIt क्या है?

ExploreIt Naveen Hiremath द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Instantenously search Khan Academy topics, videos and exercises. To use, type 'ka' plus a search term into the Omnibox."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ExploreIt एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}