Claude QoL Firefox

Examine source code of Claude QoL

By: lugia19
Inspect and view changes in Claude QoL source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Claude QoL - Export, Fork, Search, and more",
  "version": "2.7.3",
  "description": "Collection of Claude enhancements: Exporting/Importing chats, Forking, Text Search, Bookmarks, TTS, and more.",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://claude.ai/*",
    "https://api.elevenlabs.io/*",
    "https://storage.googleapis.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://claude.ai/*"
      ],
      "js": [
        "lib/dexie.min.js",
        "lib/jszip.min.js",
        "lib/mime.min.js",
        "lib/marked.min.js",
        "lib/highlight.min.js",
        "content/helpers/claude-styles.js",
        "content/helpers/claude-api.js",
        "content/helpers/settings.js",
        "content/helpers/databases.js",
        "content/helpers/tts-providers.js",
        "content/isolated/global-search.js",
        "content/isolated/chat-search.js",
        "content/isolated/navigation.js",
        "content/isolated/pref-switcher.js",
        "content/isolated/tts.js",
        "content/isolated/exporter.js",
        "content/isolated/notifications.js",
        "content/isolated/banner-watcher.js",
        "content/isolated/rich-copy.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://claude.ai/*"
      ],
      "js": [
        "lib/jszip.min.js",
        "lib/mime.min.js",
        "content/helpers/claude-styles.js",
        "content/helpers/claude-api.js",
        "content/helpers/settings.js",
        "content/main/phantom-messages.js",
        "content/main/search-interceptor.js",
        "content/main/forking.js",
        "content/main/edit-files.js",
        "content/main/file-download.js",
        "content/main/pref-switcher-fetch-watcher.js",
        "content/main/skill-interceptor.js",
        "content/main/tts-interceptor.js",
        "content/main/image-extractor.js",
        "content/main/extra-models.js",
        "lib/marked.min.js",
        "content/main/rich-copy-interceptor.js"
      ],
      "world": "MAIN",
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "claude-toolbox@lugia19.com",
      "strict_min_version": "128.0"
    }
  },
  "background": {
    "scripts": [
      "lib/jszip.min.js",
      "background.js"
    ]
  },
  "icons": {
    "128": "icon128.png",
    "512": "icon512.png"
  },
  "action": {
    "default_icon": "icon128.png",
    "default_title": "Claude Toolbox - Support development"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "kofi-button.png",
        "rate-badge.png",
        "update_patchnotes.txt",
        "html_template/export-template.css",
        "html_template/export-template.js"
      ],
      "matches": [
        "https://claude.ai/*"
      ]
    }
  ]
}

Best Claude QoL Alternatives

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