Skip to content

bruc3van/GemSaver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GemSaver

A Chrome extension that allows you to easily download all AI-generated images from Google Gemini conversations.

Features

  • Floating button in the bottom-right corner of the page
  • Shows the count of downloadable images in the current conversation
  • Download the latest image with one click
  • Download all images at once
  • Automatically detects new images as they are generated
  • Downloads images in high resolution
  • Dark mode support

Installation

Step 1: Generate Icons

  1. Open icons/generate-icons.html in your browser
  2. Click each "Download" button to save the PNG files
  3. Save them to the icons folder with these exact names:
    • icon16.png
    • icon48.png
    • icon128.png

Step 2: Load the Extension in Chrome

  1. Open Chrome and go to chrome://extensions/
  2. Enable "Developer mode" (toggle in the top-right corner)
  3. Click "Load unpacked"
  4. Select this folder (Gemini-Down-All)
  5. The extension is now installed!

Usage

  1. Go to Gemini
  2. Have a conversation that generates images
  3. Look for the floating blue button in the bottom-right corner
  4. The badge shows how many images are available to download
  5. Click the button to expand the panel
  6. Choose either:
    • Download Latest: Downloads only the most recent image
    • Download All: Downloads all images in the conversation

File Structure

Gemini-Down-All/
├── manifest.json      # Extension configuration
├── background.js      # Service worker for downloads
├── content.js         # Main script (image detection & UI)
├── styles.css         # Styling for the floating button
├── icons/
│   ├── icon.svg       # Source SVG icon
│   ├── icon16.png     # 16x16 icon (generate this)
│   ├── icon48.png     # 48x48 icon (generate this)
│   ├── icon128.png    # 128x128 icon (generate this)
│   └── generate-icons.html  # Tool to generate PNG icons
└── README.md          # This file

Notes

  • Images are saved to Downloads/Gemini-Images/ folder
  • Filenames include timestamps for easy organization
  • The extension only works on https://gemini.google.com/
  • High-resolution versions of images are downloaded when available

Troubleshooting

The button doesn't appear:

  • Make sure you're on gemini.google.com
  • Try refreshing the page
  • Check if the extension is enabled in chrome://extensions/

Downloads fail:

  • Make sure Chrome has permission to download files
  • Check if your download folder has enough space
  • Try downloading manually by right-clicking the image

License

MIT License - Feel free to modify and distribute.

About

批量下载Gemini对话中 Nano Banana 生成的图片

Topics

Resources

Stars

4 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors