FullPage Capture Firefox

Examine source code of FullPage Capture

By: mosfor
Inspect and view changes in FullPage Capture source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "FullPage Capture",
  "version": "0.5.0",
  "description": "Full-page, viewport, or region screenshot to clipboard or file. No tracking, no servers.",
  "permissions": [
    "activeTab",
    "tabs",
    "<all_urls>",
    "clipboardWrite",
    "downloads",
    "storage"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "fullpage-capture@mosfor",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  },
  "background": {
    "scripts": [
      "background/background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_title": "FullPage Capture",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png"
    }
  },
  "commands": {
    "capture-full-page": {
      "suggested_key": {
        "default": "Alt+Shift+1"
      },
      "description": "Capture full page"
    },
    "capture-viewport": {
      "suggested_key": {
        "default": "Alt+Shift+2"
      },
      "description": "Capture visible area"
    },
    "capture-region": {
      "suggested_key": {
        "default": "Alt+Shift+3"
      },
      "description": "Select region to capture"
    },
    "capture-scroll-region": {
      "suggested_key": {
        "default": "Alt+Shift+4"
      },
      "description": "Scrolling selection capture"
    }
  }
}

Best FullPage Capture Alternatives

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