Page Snap Firefox

Examine source code of Page Snap

Inspect and view changes in Page Snap source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Page Snap",
  "version": "1.1",
  "description": "Capture the visible area of the current tab as a PNG",
  "browser_specific_settings": {
    "gecko": {
      "id": "{3785e6cf-1ffa-4d2e-ae24-ab701ed9ee20}",
      "strict_min_version": "96.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "icons/s16.png",
    "32": "icons/s32.png",
    "48": "icons/s48.png",
    "96": "icons/s96.png",
    "128": "icons/s128.png"
  },
  "browser_action": {
    "default_popup": "view/index.html",
    "default_icon": {
      "16": "icons/s16.png",
      "32": "icons/s32.png",
      "48": "icons/s48.png",
      "96": "icons/s96.png",
      "128": "icons/s128.png"
    }
  },
  "background": {
    "scripts": [
      "core/worker.js"
    ]
  },
  "permissions": [
    "activeTab",
    "<all_urls>"
  ]
}

Best Page Snap Alternatives

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