MousePager Firefox

Examine source code of MousePager

Inspect and view changes in MousePager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "js/mousepager.js"
      ],
      "matches": [
        "<all_urls>",
        "file:///*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "description": "Page navigation made easier with mouse",
  "icons": {
    "48": "res/mouse.png"
  },
  "manifest_version": 2,
  "name": "MousePager",
  "options_ui": {
    "open_in_tab": true,
    "page": "res/options.html"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "version": "1.0"
}

Best MousePager Alternatives

Here are some Firefox add-ons that are similar to MousePager: