Tab Capture Firefox

Examine source code of Tab Capture

Inspect and view changes in Tab Capture source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tab Capture",
  "version": "1.2.1",
  "description": "Screenshot the active tab viewport and download as PNG",
  "browser_specific_settings": {
    "gecko": {
      "id": "{8b5ceb87-e92f-4a9f-b27a-c21e46d78a20}",
      "strict_min_version": "96.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "img/i16.png",
    "32": "img/i32.png",
    "48": "img/i48.png",
    "96": "img/i96.png",
    "128": "img/i128.png"
  },
  "browser_action": {
    "default_popup": "dialog/dialog.html",
    "default_icon": {
      "16": "img/i16.png",
      "32": "img/i32.png",
      "48": "img/i48.png",
      "96": "img/i96.png",
      "128": "img/i128.png"
    }
  },
  "background": {
    "scripts": [
      "ext/service.js"
    ]
  },
  "permissions": [
    "activeTab",
    "<all_urls>"
  ]
}

Melhores alternativas Tab Capture

Aqui estão algumas Firefox add-ons que são similares a Tab Capture: