Wikipedia context search

Quickly lookup the highlighted text on Wikipedia
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Wikipedia context search",
  "description": "Quickly lookup the highlighted text on Wikipedia",
  "version": "1.0.1",
  "author": "Steve Fitzgerald",
  "homepage_url": "https://jungelnut.net",
  "icons": {
    "32": "icons/wikipedia-32.png",
    "48": "icons/wikipedia-48.png",
    "96": "icons/wikipedia-96.png"
  },
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}