ChatGPT → Claude Firefox

Examine source code of ChatGPT → Claude

Inspect and view changes in ChatGPT → Claude source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ChatGPT → Claude",
  "version": "1.0.0",
  "description": "Exports ChatGPT conversations as structured Claude Continuation Briefs and pushes them to a GitHub repository.",
  "homepage_url": "https://github.com/shc-privat/chatgpt-to-claude",
  "browser_specific_settings": {
    "gecko": {
      "id": "chatgpt-to-claude@cloudy-solutions.gmbh",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "icons": {
    "48": "icons/icon.svg",
    "96": "icons/icon.svg"
  },
  "permissions": [
    "storage",
    "tabs",
    "notifications"
  ],
  "commands": {
    "export-chat": {
      "suggested_key": {
        "default": "Alt+Shift+E"
      },
      "description": "ChatGPT Gespräch nach GitHub/Forgejo exportieren"
    }
  },
  "host_permissions": [
    "https://chatgpt.com/*",
    "https://api.github.com/*",
    "http://localhost/*",
    "http://127.0.0.1/*"
  ],
  "optional_host_permissions": [
    "*://*/*"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icons/icon.svg",
    "default_title": "ChatGPT → Claude"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://chatgpt.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best ChatGPT → Claude Alternatives

Here are some Firefox add-ons that are similar to ChatGPT → Claude: