Tokka v1.2.0
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
- Download
tokka-v1.2.0.zipbelow and unzip it - Chrome / Edge / Brave / Arc: go to
chrome://extensions, enable Developer mode, click Load unpacked, select thetokkafolder - Firefox (142+): go to
about:debugging#/runtime/this-firefox, click Load Temporary Add-on, selectmanifest.jsoninside thetokkafolder
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