Claude to PDF: Export Claude chats to PDF, MD Firefox

Examine source code of Claude to PDF: Export Claude chats to PDF, MD

Inspect and view changes in Claude to PDF: Export Claude chats to PDF, MD source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "version": "1.0.9",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "storage",
    "downloads",
    "downloads.open",
    "identity",
    "declarativeNetRequest",
    "activeTab"
  ],
  "host_permissions": [
    "https://*.amazonaws.com/*",
    "https://*.claudemcpcontent.com/*",
    "https://*.googleusercontent.com/*",
    "https://ai-chat-exporter-api-792277256340.northamerica-south1.run.app/*",
    "https://ai-chat-exporter-api-claude-792277256340.northamerica-south1.run.app/*",
    "https://aistudio.google.com/*",
    "https://api.dropboxapi.com/*",
    "https://api.notion.com/*",
    "https://assets.claude.ai/*",
    "https://chat.deepseek.com/*",
    "https://chat.openai.com/*",
    "https://chatgpt.com/*",
    "https://claude.ai/*",
    "https://cloud-api.yandex.net/*",
    "https://content.dropboxapi.com/*",
    "https://copilot.com/*",
    "https://copilot.microsoft.com/*",
    "https://gemini.google.com/*",
    "https://github.com/*",
    "https://grok.com/*",
    "https://m365.cloud.microsoft/*",
    "https://m365.microsoft.com/*",
    "https://oauth.yandex.com/*",
    "https://oauth.yandex.ru/*",
    "https://venice.ai/*",
    "https://www.copilot.com/*",
    "https://www.googleapis.com/*"
  ],
  "background": {
    "scripts": [
      "lib/browser-polyfill.js",
      "utils/constants.js",
      "utils/background-helpers.js",
      "services/subscriptionService.js",
      "services/cloudStorageService.js",
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "enabled": true,
        "path": "rules.json"
      }
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://chatgpt.com/*",
        "https://chat.openai.com/*"
      ],
      "js": [
        "lib/html2pdf.bundle.min.js",
        "content/shared.js",
        "content/chatgpt.js"
      ],
      "css": [
        "content/inject.css"
      ]
    },
    {
      "matches": [
        "https://claude.ai/*"
      ],
      "js": [
        "lib/html2pdf.bundle.min.js",
        "content/shared.js",
        "content/claude2.js"
      ],
      "css": [
        "content/inject.css"
      ]
    },
    {
      "matches": [
        "https://claude.ai/*"
      ],
      "js": [
        "content/claude_main_world.js"
      ],
      "world": "MAIN",
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://gemini.google.com/*"
      ],
      "js": [
        "lib/html2pdf.bundle.min.js",
        "content/shared.js",
        "content/gemini.js"
      ],
      "css": [
        "content/inject.css"
      ]
    },
    {
      "matches": [
        "https://www.perplexity.ai/*"
      ],
      "js": [
        "lib/html2pdf.bundle.min.js",
        "content/shared.js",
        "content/perplexity.js"
      ],
      "css": [
        "content/inject.css"
      ]
    },
    {
      "matches": [
        "https://venice.ai/*"
      ],
      "js": [
        "lib/html2pdf.bundle.min.js",
        "content/shared.js",
        "content/venice.js"
      ],
      "css": [
        "content/inject.css"
      ]
    },
    {
      "matches": [
        "https://chat.deepseek.com/*"
      ],
      "js": [
        "lib/html2pdf.bundle.min.js",
        "content/shared.js",
        "content/deepseek.js"
      ],
      "css": [
        "content/inject.css"
      ]
    },
    {
      "matches": [
        "https://grok.com/*",
        "https://x.com/i/grok*",
        "https://twitter.com/i/grok*"
      ],
      "js": [
        "lib/html2pdf.bundle.min.js",
        "content/shared.js",
        "content/grok.js"
      ],
      "css": [
        "content/inject.css"
      ]
    },
    {
      "matches": [
        "https://copilot.microsoft.com/*",
        "https://m365.cloud.microsoft/*",
        "https://m365.microsoft.com/*",
        "https://copilot.com/*",
        "https://www.copilot.com/*"
      ],
      "js": [
        "lib/html2pdf.bundle.min.js",
        "content/shared.js",
        "content/microsoft_copilot.js"
      ],
      "css": [
        "content/inject.css"
      ]
    },
    {
      "matches": [
        "https://github.com/*"
      ],
      "js": [
        "lib/html2pdf.bundle.min.js",
        "content/shared.js",
        "content/github_copilot.js"
      ],
      "css": [
        "content/inject.css"
      ]
    },
    {
      "matches": [
        "https://aistudio.google.com/*"
      ],
      "js": [
        "lib/html2pdf.bundle.min.js",
        "content/shared.js",
        "content/google_ai_studio.js"
      ],
      "css": [
        "content/inject.css"
      ]
    },
    {
      "matches": [
        "https://cocounsel.thomsonreuters.com/work/chat/*",
        "https://cocounsel.thomsonreuters.com/cocoagent/chat/*"
      ],
      "js": [
        "lib/html2pdf.bundle.min.js",
        "content/shared.js",
        "content/cocounsel.js"
      ],
      "css": [
        "content/inject.css"
      ]
    },
    {
      "matches": [
        "https://github.com/*"
      ],
      "js": [
        "content/github_copilot_main.js"
      ],
      "world": "MAIN"
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; connect-src * data: blob: filesystem:;"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icons/*",
        "lib/*",
        "content/renderer.html",
        "content/renderer.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "claude-to-pdf@neocortexai.in",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Claude to PDF: Export Claude chats to PDF, MD Alternatives

Here are some Firefox add-ons that are similar to Claude to PDF: Export Claude chats to PDF, MD: