imgGet allows users to download all png/jpg images on a page with the click of a single button.
This extension has the following dependencies (included in this repository):
- Jquery.min.js (https://jquery.com/)
- FileSaver.min.js (https://github.com/eligrey/FileSaver.js/)
- JSZip.min.js (https://stuk.github.io/jszip/)
To install a Chrome Extension in Developer Mode,
- Clone the Extension into any folder on your machine ''' $ git clone https://github.com/DanielAlt/imgGet.git '''
- Open Chrome or Chromium, and navigate to 'chrome://extensions'
- Tick the, "Developer Mode," option.
- Click the, "Load Unpacked Extension," button.
- Select the extension directory cloned in step 1.
- Assure that the, "enabled," checkbox is ticked next to the extension.
To package the extension for distribution, simply hit the, "Pack Extension," button on the chrome://extensions page, and follow the instructions.