ExploreIt
Instantenously search Khan Academy topics, videos and exercises. To use, type 'ka' plus a search term into the Omnibox.
Apa itu ExploreIt?
ExploreIt adalah ekstensi Chrome yang dikembangkan oleh Naveen Hiremath, dan fitur utamanya adalah "Instantenously search Khan Academy topics, videos and exercises. To use, type 'ka' plus a search term into the Omnibox.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ExploreIt
Unduh file ekstensi ExploreIt dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | jdaabjgckeoioofgfmibbaknplmbhfdi |
URL Resmi | https://chrome.google.com/webstore/detail/exploreit/jdaabjgckeoioofgfmibbaknplmbhfdi |
Deskripsi | Instantenously search Khan Academy topics, videos and exercises. To use, type 'ka' plus a search term into the Omnibox. |
Ukuran File | 24.01 KB |
Jumlah Instalasi | 76 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2012-11-19 |
Tanggal Publikasi | 2012-11-19 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Naveen Hiremath |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |