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