Make Tab Screenshot Firefox

Examine source code of Make Tab Screenshot

Inspect and view changes in Make Tab Screenshot source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Make 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": "Make Tab Screenshot"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{7c3e6c56-5d30-4b1e-8486-9e0aeddf35e3}",
      "strict_min_version": "103.0"
    }
  }
}

Best Make Tab Screenshot Alternatives

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