Gemini Voyager transforms your experience on https://gemini.google.com/app by adding a refined, interactive timeline—mirroring the intuitive flow found in AI Studio:
- Your messages are mapped to nodes; click to jump or flow to the message.
- Hover to preview the prompt (3‑line clamp with gradient fade).
- Long‑press to star a node; stars sync across tabs.
- Robust SPA observers keep the active state in sync while you scroll.
Supported browsers: Chrome, Edge (Chromium), Opera (Chromium), Firefox.
- Go to the repository Releases page and download the latest archive named like
gemini-voyager-chrome-vX.Y.Z.zip. - Unzip it to a folder (you will see
manifest.jsonat the root). - Open your extensions page and enable Developer mode:
- Chrome:
chrome://extensions - Edge:
edge://extensions - Opera:
opera://extensions
- Chrome:
- Click “Load unpacked”.
- Select the unzipped folder (e.g.
Gemini Voyager vX.Y.Z).
- Go to the repository Releases page and download
gemini-voyager-firefox-vX.Y.Z.zip. - Unzip it.
- Open
about:debugging#/runtime/this-firefoxin Firefox. - Click “Load Temporary Add-on…”.
- Select the
manifest.jsoninside the unzipped folder.
bun i
# Chrome dev
bun run dev:chrome
# Firefox dev
bun run dev:firefoxInspired by “ChatGPT Conversation Timeline”. We adapted timeline mapping and observer patterns for Gemini and extended the UI/UX.
We welcome all pull requests and issue reports!
For development guidelines and best practices, please refer to CONTRIBUTING.md.
Before submitting an issue, please review our bug report template and feature request template to help us address your feedback efficiently.
Thank you for helping improve Gemini Voyager!