download-links-addon

My first addon for chrome. Clicking on the button opens a page with a selection of images to download

Stars
0
Committers
1

What kind of project is this?

This is an addon for chrome, which is able to download all the images from the active page at the touch of a button.

What did I use to create?

  • HTML & CSS
  • JavaScript
  • module JSZip (working with ZIP-files in JS)
  • manifest.json (standard required file)

I also used the API for chrome extensions to create it.

What was this project created for?

The project was created solely to explore a new topic, namely "chrome addons".

P.S. It was done according to the guide from the Internet.