ExploreIt

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

ExploreIt là gì?

ExploreIt là một tiện ích mở rộng Chrome được phát triển bởi Naveen Hiremath, và tính năng chính của nó là "Instantenously search Khan Academy topics, videos and exercises. To use, type 'ka' plus a search term into the Omnibox.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ExploreIt

Tải xuống các tệp mở rộng ExploreIt dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ExploreIt ExploreIt
ID jdaabjgckeoioofgfmibbaknplmbhfdi
URL Chính Thức https://chrome.google.com/webstore/detail/exploreit/jdaabjgckeoioofgfmibbaknplmbhfdi
Mô tả Instantenously search Khan Academy topics, videos and exercises. To use, type 'ka' plus a search term into the Omnibox.
Kích Thước Tệp 24.01 KB
Số Lần Cài Đặt 76
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2012-11-19
Ngày Phát Hành 2012-11-19
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Naveen Hiremath
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}