Skip to content

Tokka v1.2.0

Choose a tag to compare

@Wooinxlkz Wooinxlkz released this 26 Aug 16:59
· 1 commit to main since this release

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