A Chrome extension that saves conversations with Google AI Studio to GitHub Gists or your clipboard.
Note this is meant to work with https://aistudio.google.com/
-
Clone or download this repository
git clone https://github.com/AnswerDotAI/GeminiSave.git
Or download and extract the ZIP file from the repository.
-
Open Chrome Extensions page
- Type
chrome://extensions
in your Chrome address bar - Or go to Chrome menu (three dots) → More Tools → Extensions
- Type
-
Enable Developer Mode
- Toggle on the "Developer mode" switch in the top-right corner
-
Load the extension
- Click the "Load unpacked" button that appears
- Navigate to the directory where you cloned/extracted GeminiSave
- Select the root folder (the one containing
manifest.json
)
-
Verify installation
- The GeminiSave extension should appear in your extensions list
- The extension icon should appear in your Chrome toolbar (pin it if necessary)
Obtain a personal access token (PAT) with the gist
scope. (Use the 'Tokens (classic)' option in the interface).
After installing the extension, you can click the extension icon to save your PAT.
When you are ready to save your conversation, click on the share button with the github icon.
NOTE: You must refresh the page after loading or receiving new responses before using the buttons. This ensures the extension captures all conversation data properly.
The extension adds two buttons to the Gemini interface in the navbar that are very subtle:
- Share (share icon): Saves your conversation to a GitHub Gist, this looks like the share icon elsewhere in the app.
- Copy (clipboard icon): Copies the conversation in Markdown format to your clipboard, this looks like the copy button elsewhere in the app.
See this video for a demo.
If you have saved your PAT correctly, a new tab will open with a gist containing your conversation. You can inspect the logs by clicking on the extension icon and scrolling down to logs to check if there are any issues with your PAT.