A chrome extension that extracts images from the web page that the user is currently browsing and shows the extracted images in the extension popup.
- Clone this repository at appropriate location in your local machine using
git clone https://github.com/verma-varsha
in the terminal. - Open up your chrome brwoser and type
chrome://extensions/
in the address bar. - Enable developer mode by selecting the checkbox on the top right.
- Click on
load unpacked extension...
and select the folder that you cloned in step 1. - Explore by opening any website and clicking on the extension icon in the top right corner to see the extracted images from the web page (currently open in the active tab of the browser) in a popup.