Image List Sidebar is a browser extension that displays all images from the current webpage in a sidebar and provides download functionality.
- ✅ Displays all images from the current webpage (including img tags, background images, SVGs, etc.)
- ✅ Supports viewing image type and size information
- ✅ Supports single image download
- ✅ Supports batch download of all images (packaged as zip file)
- ✅ Supports filtering by image type
- ✅ Supports detecting lazy-loaded images
- ✅ Supports parsing SVG image dimensions
- Clone or download this project to your local machine
- Open your browser's extension management page (e.g., Chrome:
chrome://extensions/) - Enable "Developer mode"
- Click "Load unpacked"
- Select the root directory of this project
- The extension is installed, and the extension icon will appear in the browser's top right corner
- Browse any webpage
- Click the extension icon in the browser's top right corner
- The sidebar will open and display all images from the current webpage
- You can:
- Click the "Download" button to download a single image
- Click the "Download All Images" button to batch download
- Use the type filter to filter images
- Click the "Refresh" button to re-fetch images
- Developed with native JavaScript, no third-party dependencies
- Supports Chrome browser and other browsers that support Chrome extension API
- Efficient image extraction algorithm, supporting multiple image types
- Intelligent image size detection, including SVG images
- Elegant error handling to ensure stable operation
- ✅ Fixed the issue where some images displayed "UNKNOWN Unknown size"
- ✅ Improved SVG image size parsing logic
- ✅ Enhanced image type detection accuracy
- ✅ Optimized lazy-loaded image detection
- JPG/JPEG
- PNG
- GIF
- WebP
- BMP
- SVG
- AVIF
- TIFF
- ICO
- For cross-origin images, complete information may not be available
- For dynamically loaded images, they may need to be refreshed to display
- When batch downloading a large number of images, browser download limits may apply
Welcome to submit Issues and Pull Requests to improve this extension!
MIT License