Scroll Buttons Firefox

Examine source code of Scroll Buttons

Inspect and view changes in Scroll Buttons source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Scroll Buttons",
  "version": "1.0.0",
  "description": "Floating buttons to quickly scroll to top/bottom. Toggle and customize in popup.",
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_title": "Scroll Buttons",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "scroll-buttons-addon@example.com",
      "strict_min_version": "78.0"
    }
  }
}

Melhores alternativas Scroll Buttons

Aqui estão algumas Firefox add-ons que são similares a Scroll Buttons: