ExploreIt

ExploreIt

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

Merlin
Additional files are visible only to premium users

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"
  }
}