Wikipedia Hover

Wikipedia Hover

Skip the tabs

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Wikipedia Hover",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "jquery-1.11.0.js",
        "background.js"
      ]
    }
  ],
  "description": "Skip the tabs",
  "short_name": "Wikipedia Hover",
  "version": "1.2"
}