📥 A simple yet powerful Chrome extension that allows users to download images
from any webpage. With a user-friendly interface, the extension provides a preview of the image and allows
you to select the file type and resolution before downloading.
⬇️ Effortless Image Download: Download the image in your preferred format with just one click.
✨ Image Preview: Displays a preview of the first image found on the current webpage.
🎬 YouTube Thumbnail Download: Automatically detects YouTube URLs and allows you to select different resolutions for the thumbnail (e.g., 1080p, 720p).
🔧 Multiple Resolution Options: Choose from a variety of resolution options for images .
🖼️ File Type Selection: Choose from different file formats (e.g., JPEG, PNG, WebP) before downloading.
💡 Support for Various Image Sources: Works with most webpages containing images, including blogs, news sites, and more.
🌐 Supports YouTube, Vimeo, and Other Platforms: If a video is detected, you can download the corresponding thumbnail image in your preferred resolution.
🔧 Steps to install:
- Clone or download this repository to your local machine.
- Open Google Chrome and go to
chrome://extensions/. - Enable Developer mode (toggle switch at the top right).
- Click on Load unpacked and select the folder where you cloned or extracted the extension files.
- The extension will now appear in your browser’s extension bar.
🖱️ How to use:
- Click on the extension icon in the toolbar to open the popup.
- You can:
- Enter any URL (including YouTube) in the input field to load an image.
- Select the desired file type for download (e.g., JPEG, PNG).
- Click Download to save the image.
Q: What formats are supported for image downloads?
A: The extension supports JPG, PNG, GIF, WebP, and other common formats. For YouTube thumbnails, it offers various sizes like 1080p, 720p, and 480p.
Q: Can I download multiple images at once?
A: Currently, the extension is designed for one image at a time, but future updates may support batch downloads.
Feel free to open an issue or submit a pull request if you would like to contribute to this project. We welcome new features, bug fixes, and improvements!
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature-name). - Make your changes.
- Push to the branch (
git push origin feature/your-feature-name). - Open a pull request.