Full Page Screenshot Firefox

Examine source code of Full Page Screenshot

Inspect and view changes in Full Page Screenshot source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Full Page Screenshot",
  "version": "1.0.0",
  "description": "Capture a full-page screenshot and download as PNG or JPEG.",
  "browser_specific_settings": {
    "gecko": {
      "id": "{4e22b728-92bd-4839-ae47-5fe437cab732}",
      "strict_min_version": "96.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "96": "icons/icon96.png",
      "128": "icons/icon128.png"
    },
    "default_title": "Full Page Screenshot",
    "default_popup": "src/popup.html"
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "96": "icons/icon96.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "tabs",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "src/background.js"
    ],
    "persistent": false
  }
}

Best Full Page Screenshot Alternatives

Here are some Firefox add-ons that are similar to Full Page Screenshot: