Full-Page Screenshot 2.0

Full-Page Screenshot 2.0

Full-Page Screenshot 2.0 - Automatically takes screenshot of the entire page within seconds!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.0.2",
  "manifest_version": 3,
  "options_page": "index.html",
  "minimum_chrome_version": "90",
  "name": "Full-Page Screenshot 2.0",
  "action": {
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "icons": {
    "13": "icons/icon_13.png",
    "128": "icons/icon_128.png",
    "256": "icons/icon_256.png"
  },
  "permissions": [
    "downloads",
    "storage",
    "unlimitedStorage",
    "scripting",
    "activeTab"
  ],
  "description": "Full-Page Screenshot 2.0 - Automatically takes screenshot of the entire page within seconds!"
}