Website Scroll Screenshot Firefox

Examine source code of Website Scroll Screenshot

Inspect and view changes in Website Scroll 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 / Website Screenshot",
  "version": "1.0",
  "description": "Take a full or partial screenshot of any webpage & save as png or pdf",
  "permissions": [
    "activeTab",
    "tabs",
    "<all_urls>"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/icon-48.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "browser_specific_settings": {
    "gecko": {
      "id": "full-page-website-screenshot@addon.com"
    }
  }
}

Best Website Scroll Screenshot Alternatives

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