Capture Tab Screenshot Firefox

Examine source code of Capture Tab Screenshot

Inspect and view changes in Capture Tab Screenshot source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Capture Tab Screenshot",
  "version": "1.0",
  "description": "Adds a browser button to capture a screenshot of the current tab.",
  "icons": {
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/icon64.png",
    "default_title": "Capture Tab Screenshot"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{214a3ab6-d2da-4d38-b6e2-09d5ecbe0d9b}",
      "strict_min_version": "78.0"
    }
  }
}

Best Capture Tab Screenshot Alternatives

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