Scroll Indicator Firefox

Examine source code of Scroll Indicator

By: v8club
Inspect and view changes in Scroll Indicator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Scroll Indicator",
  "version": "1.0",
  "description": "Displays a scroll progress bar at the top of the page.",
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "tabs",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Scroll Indicator"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "style.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{133e3b50-f041-4699-b3be-e9f749f01ddf}"
    }
  }
}

Best Scroll Indicator Alternatives

Here are some Firefox add-ons that are similar to Scroll Indicator: