ExploreIt

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

什么是ExploreIt?

ExploreIt是由Naveen Hiremath开发的Chrome扩展程序,该扩展的主要功能是“Instantenously search Khan Academy topics, videos and exercises. To use, type 'ka' plus a search term into the Omnibox.”。

扩展截图

screenshot
screenshot

下载ExploreIt扩展crx文件

下载ExploreIt扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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