ExploreIt
Instantenously search Khan Academy topics, videos and exercises. To use, type 'ka' plus a search term into the Omnibox.
Was ist ExploreIt?
ExploreIt ist eine Chrome-Erweiterung, die von Naveen Hiremath entwickelt wurde, und ihr Hauptmerkmal ist "Instantenously search Khan Academy topics, videos and exercises. To use, type 'ka' plus a search term into the Omnibox.".
Erweiterungsscreenshots
ExploreIt-Erweiterungs-CRX-Datei herunterladen
Laden Sie ExploreIt-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | jdaabjgckeoioofgfmibbaknplmbhfdi |
Offizielle URL | https://chrome.google.com/webstore/detail/exploreit/jdaabjgckeoioofgfmibbaknplmbhfdi |
Beschreibung | Instantenously search Khan Academy topics, videos and exercises. To use, type 'ka' plus a search term into the Omnibox. |
Dateigröße | 24.01 KB |
Installationsanzahl | 76 |
Aktuelle Version | 1.0 |
Letztes Update | 2012-11-19 |
Veröffentlichungsdatum | 2012-11-19 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Naveen Hiremath |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |