Browsershot

Browsershot

Screenshot the page and display it in a browser-like container

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Browsershot",
  "version": "0.1",
  "description": "Screenshot the page and display it in a browser-like container",
  "icons": {
    "40": "icon-40.png",
    "80": "icon-80.png"
  },
  "permissions": [
    "activeTab"
  ],
  "background": {
    "service_worker": "/src/screen.js"
  },
  "action": {
    "default_title": "Screenshot this page"
  }
}