Shows your Claude Pro/Max quotas (5h session + weekly) in the GNOME top bar, via the api.anthropic.com/api/oauth/usage OAuth endpoint. Independent project, not affiliated with or endorsed by Anthropic.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
| Version | Status |
|---|---|
| 2 | Active |
| 1 | Active |
Thanks for the review! I've made the requested changes: - Removed the this._indicator?.stop(); call (formerly line 498 in extension.js). - Renamed stop() to destroy(), with super.destroy() called at the end of the method. disable() now simply calls this._indicator?.destroy(). While testing this fix I also found and fixed an unrelated bug where the auto-refresh timer could get silently stuck after a short rate-limit backoff (429 with a short Retry-After), requiring a manual "Refresh now" click to recover. Both fixes are included in this updated package.