A minimal Chrome browser extension that downloads images by double-clicking on them.
- Double-click any image on any webpage to download it
- Automatic filename detection from image URL
- Works with Chrome 138+ using Manifest V3
- Clone or download this repository
- Open Chrome and navigate to
chrome://extensions/ - Enable "Developer mode" in the top right corner
- Click "Load unpacked" and select the extension folder
- The extension will be installed and ready to use
- Navigate to any webpage with images
- Double-click on any image you want to download
- The image will be downloaded to your default downloads folder
manifest.json- Extension configurationcontent.js- Content script that handles double-click eventsbackground.js- Service worker that handles the download process
- Chrome 138+
- Uses Manifest V3 for modern Chrome compatibility
- Tested on Ubuntu 24