Gemini Conversation Folders

Adds folders with a settings menu to the Google Gemini sidebar to organize conversations.

作者
HedleyLamaar
日安装量
0
总安装量
3
评分
0 0 0
版本
1.0
创建于
2025-08-07
更新于
2025-08-07
大小
33.0 KB
许可证
none
适用于

What it does


Adds an organiser pane to the left sidebar of Google Gemini so you can group chats into folders,
collapse or reorder them and keep the list tidy.

  • Folders header  + ⚙︎ replaces the old “+ New Folder” and red debug buttons.
  • + button – opens the same create-folder prompt as before.
  • Drag & drop – move conversations between folders or back to the un-sorted list.
  • Folder controls – click the chevron to collapse, “⋮” for (upcoming) rename / colour / delete.

Gear-menu actions

  • Copy Debug Code – puts a JSON snapshot on your clipboard:
    • storedFolders – every folder object (id, name, colour).
    • storedConversationFolders – map of conversation-id → folder-id.
    • domFolders – which IDs are currently inside each folder element.
    • domOrphans – any IDs still loose in the main list.
    Handy for bug reports or backups.
  • Reset Folder Data – deletes the Tampermonkey keys
    gemini_folders and gemini_convo_folders then reloads the page.
    Your conversations stay on Google’s servers; only local folder assignments are wiped.

Storage

Folder names / colours and the conversation-to-folder map are stored locally with
GM_setValue under the two keys above—nothing leaves your browser.

Requirements

  • Runs under Tampermonkey (v4.18+). Violentmonkey/Greasemonkey untested.
  • Injects SortableJS 1.15 for drag-and-drop.

Changelog

  • 1.0 (2025-08-07) – initial public release. Header row, gear menu, drag-and-drop.


Questions or bugs? Email [email protected].