Show HN: Gemini Station – A local Chrome extension to organize AI chats
rajeshkumar_dev Saturday, February 07, 2026Hi HN, I'm Rajesh (rajeshkumar_dev).
I built this because I often have 5-10 Gemini tabs open while coding, and they all just say "New Chat" or "Gemini." I was losing my context constantly.
This is my daily driver extension. I've been using it for a month to keep my sanity, and I cleaned it up to share today.
It does two simple things:
Auto-Renames Tabs: Scrapes the conversation topic from the sidebar and updates the browser tab title instantly.
Fixes Context Menus: Adds a right-click "Open in New Tab" option to the sidebar (fixing the native UI behavior).
Why Unpacked? I submitted it to the Chrome Web Store today, but I didn't want to wait for the review queue to share the code. You can install it in Developer Mode in 10 seconds.
Privacy: No tracking, no external API calls. It's just a ~80 line content script that runs locally.
Source is MIT licensed. Feedback welcome!