Chat Exporter — PDF & Word Firefox

Examine source code of Chat Exporter — PDF & Word

Inspect and view changes in Chat Exporter — PDF & Word source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Chat Exporter — PDF & Word",
  "version": "1.0.0",
  "description": "Exporte une conversation (ChatGPT, Claude, Gemini, Grok) en PDF ou Word, avec texte, images, tableaux et code.",
  "author": "Jakobel",
  "homepage_url": "https://Jakobel.com",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "64": "icons/icon64.png",
    "128": "icons/icon128.png",
    "256": "icons/icon256.png",
    "512": "icons/icon512.png"
  },
  "action": {
    "default_title": "Exporter la conversation",
    "default_popup": "src/popup/popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "permissions": [
    "activeTab",
    "scripting",
    "storage"
  ],
  "background": {
    "scripts": [
      "src/background.js"
    ]
  },
  "host_permissions": [
    "https://chatgpt.com/*",
    "https://chat.openai.com/*",
    "https://claude.ai/*",
    "https://gemini.google.com/*",
    "https://grok.com/*",
    "https://x.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://chatgpt.com/*",
        "https://chat.openai.com/*",
        "https://claude.ai/*",
        "https://gemini.google.com/*",
        "https://grok.com/*",
        "https://x.com/i/grok*"
      ],
      "js": [
        "src/content/util.js",
        "src/content/adapters.js",
        "src/content/render.js",
        "src/content/export.js",
        "src/content/main.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "chat-exporter.contact@jakobelcom",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  }
}

Best Chat Exporter — PDF & Word Alternatives

Here are some Firefox add-ons that are similar to Chat Exporter — PDF & Word: