Skip to content

Feyman91/gemini-voyager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

Gemini Voyager

A Chrome extension that adds a silky, interactive timeline to your Gemini chats.

中文说明

Intro

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:

teaser
  • 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.

Getting Started

Supported browsers: Chrome, Edge (Chromium), Opera (Chromium), Firefox.

Load your extension (Chromium: Chrome / Edge / Opera)

  1. Go to the repository Releases page and download the latest archive named like gemini-voyager-chrome-vX.Y.Z.zip.
  2. Unzip it to a folder (you will see manifest.json at the root).
  3. Open your extensions page and enable Developer mode:
    • Chrome: chrome://extensions
    • Edge: edge://extensions
    • Opera: opera://extensions
  4. Click “Load unpacked”.
  5. Select the unzipped folder (e.g. Gemini Voyager vX.Y.Z).

Load your extension (Firefox)

  1. Go to the repository Releases page and download gemini-voyager-firefox-vX.Y.Z.zip.
  2. Unzip it.
  3. Open about:debugging#/runtime/this-firefox in Firefox.
  4. Click “Load Temporary Add-on…”.
  5. Select the manifest.json inside the unzipped folder.

Develop (recommended with Bun)

bun i
# Chrome dev
bun run dev:chrome
# Firefox dev
bun run dev:firefox

References

Inspired by “ChatGPT Conversation Timeline”. We adapted timeline mapping and observer patterns for Gemini and extended the UI/UX.

Contributing

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!

About

Maps your Gemini chats on a timeline.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 86.1%
  • CSS 10.9%
  • JavaScript 2.0%
  • HTML 1.0%