Wikipedia Search

Wikipedia Search

Search Wikipedia by typing 'w' followed by the keyword in the address bar. For eg, to search for 'Austin', type 'w austin'

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Wikipedia Search",
  "version": "2.1.9",
  "manifest_version": 2,
  "description": "Search Wikipedia by typing 'w' followed by the keyword in the address bar. For eg, to search for 'Austin', type 'w austin'",
  "omnibox": {
    "keyword": "w"
  },
  "icons": {
    "16": "wiki.ico"
  },
  "background": {
    "scripts": [
      "wikiSearch.js"
    ]
  },
  "permissions": [
    "tabs"
  ],
  "options_page": "options.html",
  "content_security_policy": "script-src 'self' https://zh.wikipedia.org https://nl.wikipedia.org https://en.wikipedia.org https://fr.wikipedia.org https://de.wikipedia.org https://it.wikipedia.org https://ja.wikipedia.org https://pl.wikipedia.org https://pt.wikipedia.org https://ru.wikipedia.org https://es.wikipedia.org https://sv.wikipedia.org https://ssl.google-analytics.com; object-src 'self'"
}