Take Tab Screenshot Firefox

Examine source code of Take Tab Screenshot

Inspect and view changes in Take Tab Screenshot source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Take 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": "Take Tab Screenshot"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{b271bc5a-acf5-4fb4-ad22-f1f954b4b267}",
      "strict_min_version": "103.0"
    }
  }
}

Best Take Tab Screenshot Alternatives

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