Full Capture Firefox

Examine source code of Full Capture

Inspect and view changes in Full Capture source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Full Capture",
  "version": "1.0.0",
  "description": "Capture a full-page screenshot and download as PNG or JPEG.",
  "browser_specific_settings": {
    "gecko": {
      "id": "{2c1a8b3f-2820-4469-81cb-28da36ed3a1f}",
      "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": "Full Capture",
    "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 Full Capture Alternatives

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