Claude conversation capture Firefox

Examine source code of Claude conversation capture

By: Llaves
Inspect and view changes in Claude conversation capture source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Claude Conversation Capture",
  "version": "1.5.0",
  "description": "Formats a Claude chat as HTML to mimic Claude behavior/",
  "permissions": [
    "webRequest",
    "storage",
    "downloads",
    "<all_urls>"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "96": "icons/icon96.png"
  },
  "background": {
    "scripts": [
      "html-converter.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{c20e3258-f27b-4e8d-9103-22e127ec26c1}"
    }
  }
}

Best Claude conversation capture Alternatives

Here are some Firefox add-ons that are similar to Claude conversation capture: