https://github.com/aazw/firefox-addon-quick-download-images
Add a button to save the image quickly by 1-click.
https://github.com/aazw/firefox-addon-quick-download-images
firefox firefox-addon firefox-browser firefox-extension
Last synced: 6 months ago
JSON representation
Add a button to save the image quickly by 1-click.
- Host: GitHub
- URL: https://github.com/aazw/firefox-addon-quick-download-images
- Owner: aazw
- License: mit
- Created: 2020-01-21T12:18:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2026-01-07T18:01:10.000Z (7 months ago)
- Last Synced: 2026-01-07T23:38:08.103Z (7 months ago)
- Topics: firefox, firefox-addon, firefox-browser, firefox-extension
- Language: JavaScript
- Size: 200 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# firefox-addon-quick-download-images
Add a button to save the image quickly by 1-click.

## Motivations
- No Firefox Add-on to save a image with one hand and by 1-click
- Best usability to save images whiling viewing a page for images
## Functions
- If a IMG tag does not have any A-tagged parent node, add a button per such image, and save the image file indicated by `src` property at click
- If a IMG tag has the A-tagged parent node but the `href` property is not any image url, add no button to such images
- If a IMG tag has the A-tagged parent node and the `href` property is an image url, add a button per such image, and save the image file indicated by `href` property at click
## How to use
### Install release version
1. Go to [release page](https://github.com/aazw/firefox-addon-quick-image-save-button/releases/)
1. Select the latest version
1. Click `.xpi` file in Assets section
#### Caution 1
**This add-on is not hosted in official firefox addons page. This github repository is official.**
### Install with debugging mode
1. Run `scripts/build.sh` to build a `firefox-addon.xpi` zip file for Firefox Add-on
1. Input `about:debugging` in the address bar
1. Select `This Firefox` tab
1. Click `Load Temporary Add-on` at `Temporary Extensions` section
1. Select above `firefox-addon.xpi` file
#### Caution 2
**This add-on is not signed by Firfox Add-on Developer Center. So, please install by your own with debugging mode every time you start.**