Minimap Scroller Pro Firefox

Examine source code of Minimap Scroller Pro

Inspect and view changes in Minimap Scroller Pro source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "background": {
    "scripts": [
      "background/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.svg",
    "default_title": "Minimap"
  },
  "content_scripts": [
    {
      "js": [
        "content_scripts/base.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "description": "A minimap sidebar to scroll in web pages, similar to some video games and modern text editors.",
  "homepage_url": "https://github.com/diox/firefox-minimap-scroller/",
  "manifest_version": 2,
  "name": "Minimap Scroller",
  "permissions": [
    "<all_urls>",
    "tabs"
  ],
  "sidebar_action": {
    "default_icon": "icon.svg",
    "default_panel": "sidebar/sidebar.html",
    "default_title": "Minimap"
  },
  "version": "0.4.0",
  "browser_specific_settings": {
    "gecko": {
      "id": "{a889c1f7-43e8-4343-bd3d-12bd7f769478}"
    }
  }
}

Best Minimap Scroller Pro Alternatives

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