A simple Chrome extension that allows you to easily scrape and download all images from the current tab. With just a click, the extension identifies and extracts all images, providing an efficient way to collect visual content from websites.
Dowload the dist folder and load it in your chrome browser
Features
- Change grid view to 2 columns to 4 columns
- Filter images with min width
- Get total number of images in the page
- Download button to download images
To do :
Scape dynamically loaded pictures in the page- Save the img urls into an array and save it in a localstorage
update the array with new url whne user scrolls the page and images gets updated dynamicallyfetch background images url - loaded via CSS
