Skip to content

jdecode/double-click-image-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Double Click Image Downloader

A minimal Chrome browser extension that downloads images by double-clicking on them.

Features

  • Double-click any image on any webpage to download it
  • Automatic filename detection from image URL
  • Works with Chrome 138+ using Manifest V3

Installation

  1. Clone or download this repository
  2. Open Chrome and navigate to chrome://extensions/
  3. Enable "Developer mode" in the top right corner
  4. Click "Load unpacked" and select the extension folder
  5. The extension will be installed and ready to use

Usage

  1. Navigate to any webpage with images
  2. Double-click on any image you want to download
  3. The image will be downloaded to your default downloads folder

Files

  • manifest.json - Extension configuration
  • content.js - Content script that handles double-click events
  • background.js - Service worker that handles the download process

Compatibility

  • Chrome 138+
  • Uses Manifest V3 for modern Chrome compatibility
  • Tested on Ubuntu 24

About

It does exactly what you think it does

Topics

Resources

Stars

Watchers

Forks

Contributors