Full page screen capture

Full page screen capture

Captures full page, high resolution screenshots without scrolling or glitches. Up to 4x normal screen resolution.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Full page screen capture",
  "version": "1.1.1",
  "description": "Captures full page, high resolution screenshots without scrolling or glitches. Up to 4x normal screen resolution.",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "activeTab",
    "debugger",
    "storage"
  ],
  "options_page": "options.html",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "64": "icon-64.png",
    "128": "icon-128.png",
    "256": "icon-256.png",
    "512": "icon-512.png"
  },
  "action": {
    "default_popup": "popup.html"
  }
}