Webpage Screenshot Firefox

Examine source code of Webpage Screenshot

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

Best Webpage Screenshot Alternatives

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