Full page screen capture Plus

Full page screen capture Plus

Take full page screenshots ie screenshot of the entire page with Full page screen capture Plus

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Full page screen capture",
  "background": {
    "service_worker": "js/background.js"
  },
  "action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png",
      "300": "icons/icon300.png"
    },
    "default_title": "__MSG_extName__"
  },
  "default_locale": "en",
  "description": "__MSG_extShortDesc__",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png",
    "300": "icons/icon300.png"
  },
  "incognito": "split",
  "manifest_version": 3,
  "minimum_chrome_version": "90.0",
  "name": "__MSG_extName__",
  "permissions": [
    "alarms",
    "debugger",
    "declarativeNetRequest",
    "downloads",
    "scripting",
    "storage",
    "webRequest"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "version": "2.0.4",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}