FireShot Simple Capture Firefox

Examine source code of FireShot Simple Capture

Inspect and view changes in FireShot Simple Capture source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "FireShot Simple Capture",
  "version": "1.0.0",
  "description": "Capture the visible area of the current tab and download it as an image.",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "96": "icons/icon96.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "downloads"
  ],
  "browser_action": {
    "default_title": "Capture Screenshot",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "fireshot-simple-capture-f9b36f37@example.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best FireShot Simple Capture Alternatives

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