Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kreipikc/download-links-addon

My first addon for chrome. Clicking on the button opens a page with a selection of images to download
https://github.com/kreipikc/download-links-addon

addon chrome html-css javascript

Last synced: 4 days ago
JSON representation

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

Awesome Lists containing this project

README

        

## 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.