ExploreIt
Instantenously search Khan Academy topics, videos and exercises. To use, type 'ka' plus a search term into the Omnibox.
Cos'è ExploreIt?
ExploreIt è un'estensione di Chrome sviluppata da Naveen Hiremath, e la sua funzione principale è "Instantenously search Khan Academy topics, videos and exercises. To use, type 'ka' plus a search term into the Omnibox.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ExploreIt
Scarica i file di estensione ExploreIt in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | jdaabjgckeoioofgfmibbaknplmbhfdi |
URL Ufficiale | https://chrome.google.com/webstore/detail/exploreit/jdaabjgckeoioofgfmibbaknplmbhfdi |
Descrizione | Instantenously search Khan Academy topics, videos and exercises. To use, type 'ka' plus a search term into the Omnibox. |
Dimensione del File | 24.01 KB |
Conteggio Installazioni | 76 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2012-11-19 |
Data di Pubblicazione | 2012-11-19 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Naveen Hiremath |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |