A small Chrome extension that adds a live Gemini usage tracker inside gemini.google.com.
It shows:
- Hourly usage
- Weekly usage
- Reset time
- Automatic refresh every 2 minutes
The tracker appears above the Gemini prompt box.
This is an unofficial experimental extension.
It runs locally in your browser and reads Gemini's own usage page/API to display your limits. It does not use an external server.
Gemini may change its internal API or page layout at any time, which can break the extension.
- Download or clone this repository.
- Open Chrome.
- Go to
chrome://extensions. - Turn on Developer mode.
- Click Load unpacked.
- Select this project folder.
- Open or refresh
https://gemini.google.com.
If you change the code:
- Go to
chrome://extensions. - Find Gemini Compute Live Tracker.
- Click the reload icon.
- Refresh Gemini.
manifest.json- Chrome extension settingscontent.js- Gemini page injection and usage syncingstyle.css- Tracker UI stylingicons/- Extension icons
This extension does not send your data to any external server.
It only runs on:
https://gemini.google.com/*
Experimental. Built for personal use and learning.