ExploreIt
Instantenously search Khan Academy topics, videos and exercises. To use, type 'ka' plus a search term into the Omnibox.
Vad är ExploreIt?
ExploreIt är en Chrome-tillägg utvecklad av Naveen Hiremath, och dess huvudfunktion är "Instantenously search Khan Academy topics, videos and exercises. To use, type 'ka' plus a search term into the Omnibox.".
Tilläggsskärmbilder
Ladda ner ExploreIt-förlängningens CRX-fil
Ladda ner ExploreIt-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | jdaabjgckeoioofgfmibbaknplmbhfdi |
Officiell webbadress | https://chrome.google.com/webstore/detail/exploreit/jdaabjgckeoioofgfmibbaknplmbhfdi |
Beskrivning | Instantenously search Khan Academy topics, videos and exercises. To use, type 'ka' plus a search term into the Omnibox. |
Filstorlek | 24.01 KB |
Antal Installationer | 76 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2012-11-19 |
Publiceringsdatum | 2012-11-19 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Naveen Hiremath |
Betalningssätt | free |
Stödda Språk | 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" } } |