Web Screenshot for Chrome

Web Screenshot for Chrome

Capture the visible content of the active tab on any website

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Web Screenshot for Chrome",
  "version": "1.0.2",
  "description": "Capture the visible content of the active tab on any website",
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "activeTab",
    "<all_urls>",
    "downloads"
  ],
  "action": {
    "default_icon": {
      "48": "icon.png"
    },
    "default_title": "Capture Screenshot"
  },
  "background": {
    "service_worker": "background.js"
  }
}