LLM Chat PDF. HTML & Markdown Exporter Firefox

Examine source code of LLM Chat PDF. HTML & Markdown Exporter

Inspect and view changes in LLM Chat PDF. HTML & Markdown Exporter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "LLM Markdown Copier",
  "version": "0.2.14",
  "description": "Copying LLM chat conversations as clean PDFs or Quarto Markdown. Currently supporting ChatGPT, Claude, Gemini.",
  "homepage_url": "https://github.com/fschwar4/llm_copier",
  "browser_specific_settings": {
    "gecko": {
      "id": "llm-markdown-copier@fschwar4",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "32": "icons/favicon-32.png",
    "64": "icons/favicon-64.png",
    "128": "icons/favicon-128.png"
  },
  "permissions": [
    "clipboardWrite",
    "scripting",
    "downloads",
    "activeTab",
    "storage"
  ],
  "host_permissions": [
    "*://chatgpt.com/*",
    "*://gemini.google.com/*",
    "*://claude.ai/*"
  ],
  "action": {
    "default_title": "Copy LLM Markdown",
    "default_icon": {
      "128": "icons/favicon-128.png"
    },
    "default_popup": "popup.html"
  }
}

Best LLM Chat PDF. HTML & Markdown Exporter Alternatives

Here are some Firefox add-ons that are similar to LLM Chat PDF. HTML & Markdown Exporter: