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
官方網址 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"
    }
}