MiddleButtonScroll

MiddleButtonScroll

Adds smooth scrolling for the middle button auto-scroll and improves the UI.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "MiddleButtonScroll",
  "manifest_version": 2,
  "version": "1.1.1",
  "description": "Adds smooth scrolling for the middle button auto-scroll and improves the UI.",
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "ftp://*/*"
      ],
      "all_frames": true,
      "js": [
        "panscroll.js"
      ],
      "run_at": "document_start"
    }
  ],
  "minimum_chrome_version": "5.0.0.0"
}