Page Up/Down Floating Buttons Firefox

Examine source code of Page Up/Down Floating Buttons

By: honghe
Inspect and view changes in Page Up/Down Floating Buttons source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Page Up/Down Floating Buttons",
  "version": "1.0.0",
  "description": "Adds floating buttons for easy page navigation up and down",
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "icons/*.svg"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "honghe@github.com",
      "strict_min_version": "58.0"
    }
  },
  "author": "Your Name",
  "homepage_url": "https://github.com/yourusername/page-updown-extension"
}

Best Page Up/Down Floating Buttons Alternatives

Here are some Firefox add-ons that are similar to Page Up/Down Floating Buttons: