Claude Usage Tracker — Chat & Code Export Firefox

Examine source code of Claude Usage Tracker — Chat & Code Export

By: Jedd
Inspect and view changes in Claude Usage Tracker — Chat & Code Export source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "claude-track-export@jed.fan21",
      "strict_min_version": "115.0"
    }
  },
  "content_scripts": [
    {
      "js": [
        "content.js",
        "sidebar-usage.js"
      ],
      "matches": [
        "https://claude.ai/*"
      ],
      "run_at": "document_idle"
    },
    {
      "js": [
        "settings-scraper.js"
      ],
      "matches": [
        "https://claude.ai/settings/usage*"
      ],
      "run_at": "document_idle"
    },
    {
      "js": [
        "upload-helper.js"
      ],
      "matches": [
        "https://claude.ai/new*"
      ],
      "run_at": "document_idle"
    }
  ],
  "description": "Track Claude.ai usage and limits, export chats to Markdown, jump into new chats — works on claude.ai and Claude Code.",
  "host_permissions": [
    "https://claude.ai/*"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 3,
  "name": "Claude Usage Tracker — Chat & Code Export",
  "permissions": [
    "activeTab",
    "storage",
    "downloads",
    "alarms",
    "scripting"
  ],
  "version": "1.2.4"
}

Best Claude Usage Tracker — Chat & Code Export Alternatives

Here are some Firefox add-ons that are similar to Claude Usage Tracker — Chat & Code Export: