Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months ago
JSON representation
My first addon for chrome. Clicking on the button opens a page with a selection of images to download
- Host: GitHub
- URL: https://github.com/kreipikc/download-links-addon
- Owner: kreipikc
- Created: 2024-08-28T14:19:23.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-08-28T18:00:03.000Z (4 months ago)
- Last Synced: 2024-09-30T16:43:04.589Z (3 months ago)
- Topics: addon, chrome, html-css, javascript
- Language: JavaScript
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.