Edge Scroller Firefox

Examine source code of Edge Scroller

Inspect and view changes in Edge Scroller source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Edge Scroller",
  "description": "Scrolling by carry mouse to edge.",
  "manifest_version": 2,
  "version": "1.1resigned1",
  "icons": {
    "64": "icons/select64.png"
  },
  "browser_action": {
    "default_icon": {
      "32": "icons/select32_off.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "subfunc.js",
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "permissions": [
    "<all_urls>",
    "activeTab",
    "tabs",
    "webNavigation",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{f88fd58e-c888-4557-8d5f-88985ecc86e8}"
    }
  }
}

Best Edge Scroller Alternatives

Here are some Firefox add-ons that are similar to Edge Scroller: