Enable Shift-Click

Enable Shift-Click

Makes Shift-Click open a new tab on pages that don't do it properly.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "js": [
        "jquery-1.4.2.min.js",
        "commandclickfix.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "description": "Makes Shift-Click open a new tab on pages that don't do it properly.",
  "icons": {
    "128": "icon.png"
  },
  "manifest_version": 2,
  "name": "Enable Shift-Click",
  "version": "1.0.0"
}