ChatGPT to screenshot, PDF or print

ChatGPT to screenshot, PDF or print

Prepare ChatGPT for full page screenshot, PDF or print

Merlin
Additional files are visible only to premium users

manifest.json


{
  "icons": {
    "16": "icon16.plasmo.e21d245f.png",
    "32": "icon32.plasmo.8f91456a.png",
    "48": "icon48.plasmo.7a3aedc3.png",
    "64": "icon64.plasmo.d7183597.png",
    "128": "icon128.plasmo.5d6429ff.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.e21d245f.png",
      "32": "icon32.plasmo.8f91456a.png",
      "48": "icon48.plasmo.7a3aedc3.png",
      "64": "icon64.plasmo.d7183597.png",
      "128": "icon128.plasmo.5d6429ff.png"
    }
  },
  "version": "1.0.0",
  "author": "olso <[email protected]>",
  "name": "ChatGPT to screenshot, PDF or print",
  "description": "Prepare ChatGPT for full page screenshot, PDF or print",
  "content_scripts": [
    {
      "matches": [
        "https://chat.openai.com/*"
      ],
      "js": [
        "contents.f7b78bbb.js"
      ],
      "all_frames": true,
      "css": []
    }
  ],
  "host_permissions": [],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}