Skip to content

Releases: Wooinxlkz/Tokka

Tokka v1.2.1

Choose a tag to compare

@Wooinxlkz Wooinxlkz released this 27 Aug 22:38

What's new in v1.2.1

Bug fix: the claude.ai usage bar could fail to appear on narrower windows / sidebar-open layouts, because the code that finds where to insert it required a specific toolbar layout that doesn't always match. Fixed the detection and added a real visibility check so it won't attach to a hidden spot and silently stop retrying.

Investigated, not shipped (on purpose): Claude Code tracking (not possible - it's not a web page), Cowork tracking (can't confirm it runs in a browser tab), and free/paid tier detection on any site (couldn't verify real data for Claude, and no usage API exists at all on ChatGPT/Gemini/DeepSeek/Kimi). Didn't want to ship guesses labeled as real numbers — details in [CHANGELOG.md](https://github.com/Wooinxlkz/tokka/blob/main/CHANGELOG.md).

Tokka v1.2.0

Choose a tag to compare

@Wooinxlkz Wooinxlkz released this 26 Aug 16:59

Tokka v1.2.0 — Alerts, badge, and spend tracking

✨ New

  • Toolbar badge — the extension icon now shows a live usage %: session % on claude.ai, approximate context % on the other sites. Colored per-site, turns red once you cross your warning threshold. Runs through a new background service worker, since content scripts can't touch the badge API directly.
  • Near-limit pulse — bars flash briefly the instant they cross your warning threshold, on every supported site. Fires once per crossing, not a repeated/annoying pulse.
  • Spend tracker (claude.ai only) — a running Today / This week estimated-cost summary at the top of the popup, tracked locally per conversation, per day. Toggle it off or reset the history right from Settings.

⚙️ Settings

Three new toggles, all on by default and independently switchable: toolbar badge, near-limit pulse, spend tracking.

🎨 Popup UI overhaul

  • Reorganized into Display / Cost / Alerts / Sites sections for scannability
  • Layout rebuilt so the footer (version + credit) is always pinned and visible, no matter how many settings are open — no more clipped footer

📦 Install

  1. Download tokka-v1.2.0.zip below and unzip it
  2. Chrome / Edge / Brave / Arc: go to chrome://extensions, enable Developer mode, click Load unpacked, select the tokka folder
  3. Firefox (142+): go to about:debugging#/runtime/this-firefox, click Load Temporary Add-on, select manifest.json inside the tokka folder

Full details in the [README](https://github.com/Wooinxlkz/tokka#readme).

📝 Full changelog

See [CHANGELOG.md](https://github.com/Wooinxlkz/tokka/blob/main/CHANGELOG.md) for v1.1.0 (multi-site support) and v1.0.0 (initial Tokka rebrand) notes.

Full diff: v1.1.0...v1.2.0