All Projects → Erisa → download-image

Erisa / download-image

Licence: MIT license
No save as prompts! Extension to add a context menu item which allows you to directly download an image!

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
shell
77523 projects
CSS
56736 projects

Projects that are alternatives of or similar to download-image

Downthemall
The DownThemAll! WebExtension
Stars: ✭ 512 (+1869.23%)
Mutual labels:  download, webextension
m3u8-downloader
chrome插件,支持监控和下载:m3u8流媒体、视频、音频
Stars: ✭ 54 (+107.69%)
Mutual labels:  download
myNewTabWE
myNewTabMod这个扩展的WebExtension版本,由于API限制部分功能无法实现
Stars: ✭ 14 (-46.15%)
Mutual labels:  webextension
node-wetransfert
Download wetransfert content with nodeJS
Stars: ✭ 16 (-38.46%)
Mutual labels:  download
goes2go
Download and process GOES-16 and GOES-17 data from NOAA's archive on AWS using Python.
Stars: ✭ 77 (+196.15%)
Mutual labels:  download
angular-downloader
Angular Downloader is an angularjs directive that enables you to manage browser download - https://720kb.github.io/angular-downloader
Stars: ✭ 16 (-38.46%)
Mutual labels:  download
PTT Beauty Spider
PTT 表特版爬蟲圖片下載器
Stars: ✭ 47 (+80.77%)
Mutual labels:  download
Backdoor
A backdoor that runs on Linux and Windows
Stars: ✭ 36 (+38.46%)
Mutual labels:  download
scrobbly
↩️ Scrobble your animes to Anilist, Kitsu!
Stars: ✭ 23 (-11.54%)
Mutual labels:  webextension
instagram json viewer
Transforms Instagram's *.json / backup data - that you get via the Data Download Tool - to a readable format!
Stars: ✭ 41 (+57.69%)
Mutual labels:  download
ngDownloader
📹 🎥 Now Download videos from any website including YouTube, Facebook, Udemy etc without ads.
Stars: ✭ 47 (+80.77%)
Mutual labels:  download
MusicDownloader
It is a tool to download the music files such as .mp3 from netease cloud
Stars: ✭ 63 (+142.31%)
Mutual labels:  download
downloader
Async rate-limited downloading service
Stars: ✭ 18 (-30.77%)
Mutual labels:  download
anime-cli
A CLI for streaming, downloading anime shows. The shows data is indexed through GogoAnime.
Stars: ✭ 31 (+19.23%)
Mutual labels:  download
mmdl
MMDL (Mega Music Downloader) - A tool to easily download music.
Stars: ✭ 29 (+11.54%)
Mutual labels:  download
miniprogram-network
Redefine the Network API of Wechat MiniProgram (小程序网络库)
Stars: ✭ 93 (+257.69%)
Mutual labels:  download
spellbook
Spellbook is a bookmark extension for Chrome and Firefox
Stars: ✭ 19 (-26.92%)
Mutual labels:  webextension
lux
👾 Fast and simple video download library and CLI tool written in Go
Stars: ✭ 19,266 (+74000%)
Mutual labels:  download
ZDrive
Seamless download/upload contents via Google Drive 📂
Stars: ✭ 25 (-3.85%)
Mutual labels:  download
recaptcha-unpaid-labor
Make ReCaptcha's "I'm not a robot" text more accurate
Stars: ✭ 15 (-42.31%)
Mutual labels:  webextension

Download Image from Context Menu

Download for Firefox | Download for Chrome | Download for Edge


This extension simply adds a context menu item which allows you to (Directly) download an image. Currently this only shows on images, and doesn't seem to work for some images which are also links, or for file:// or data: URIs.

Why?

Because I wanted it, and so I made it. This simple idea for an extension was born from saving multiple images at once, and rapidly pressing enter after each save to go through the "Save as" prompt.

Features

  • Download an image from context menu without a save prompt.
  • Choose a custom folder/filename prefix for your downloads. You can use this to put all files downloaded with the extension in a specific folder or to prefix their names with a specific string.

Notice for Firefox users

On Firefox, in many cases the tracking protection feature may interfere with this extension when set to the "Strict" option.

In some cases this interference may prevent the extension from automatically generating file extensions for images that do not have them in their filename.
If this happens, you may have some image downloads which do not have valid file types. This does not affect the contents of the file, and they can be opened normally if a valid extension is manually provided.

In other cases (Seen more with newer Firefox versions) it may completely prohibit downloading of these extension-less images.
These issues do not affect all images, only some. The exact cause is unknown but I see it the most with Twitter.

The only known workaround at this time is to set tracking protection to the "Standard" state.

Screenshot

This will look similar on other browsers (Like Chrome), but here's one from Firefox on Windows. An example screenshot of a right click menu which has "Download image" at the bottom

Download

  • Only Firefox and Chrome for desktop are officially supported. Other Chromium-based browsers will likely work by association, but they won't be tested before a new version release.
    • Other Firefox-based browsers will only work if they support WebExtensions. This includes WaterFox, but not Pale Moon. These browsers are not tested, but will likely work by association.
  • Browsers based on other engines (e.g. Safari, Internet Explorer, Edge Legacy) are not supported and will never be supported by me.
  • Mobile browsers are not supported, and never will be.

Firefox (Desktop)

Grab a signed XPI from the official Firefox Add-ons website, or from the Releases section.

Google Chrome, Chromium, Opera, Vivaldi, Brave

Grab a signed CRX from the official Chrome Web Store, or from the Releases section.

Microsoft Edge (Chromium)

Grab a signed CRX from the official Microsoft Edge Addons Store or from the Releases section.

Microsoft Edge Legacy (EdgeHTML, UWP)

Not possible due to Edge Legacy not supporting the downloads.download function. Other methods were explorered but failed (See #4)
Will never happen due to the release of Edge powered by Chromium.

Firefox for Android

Not possible due to Firefox for Android not supporting the menus API. Also not really needed if you configure your downloads to not prompt for a filename.

Planned changes

  • Support for video downloading.
  • Possibly work for downloading any link too, though might be out of scope.

Credits

  • Me! (Erisa)
  • TorchGM - For the beautiful icon <3
  • You! For using or considering to use my add-on! <3
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].