Scroll to the top or bottom

Scroll to the top or bottom

Scroll fast to the top or bottom with a simple mouse or touchgesture.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "developer": {
    "name": "Janghou",
    "url": "https://dev.webonomic.nl"
  },
  "manifest_version": 2,
  "version": "1.74",
  "default_locale": "en",
  "icons": {
    "128": "icon.svg"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "scroll.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{fff54ff5-639c-4c0d-8c0c-3db1e1a8f2d6}"
    }
  }
}