[Support] FoxyImage

The image is quite a lot bigger than on that page, it’s 2592x3888. It’s nice to view it in it’s actual res, or if it’s too big then shrink it down a little, view it properly. At the moment i’ve assigned rmb+i onto my mouse. Which isn’t too bad, just not as good as it was before.

The actual image size is the same… it has been scaled to fit inside the screen. You can use the normal Firefox contextmenu “View Image” to see the full size image or use FoxyImage menu “Open Image in a New Tab”

Making the image full-size in an HTML page will create a lot of scrolling.

I would like to see a one-click download. Something like I could hover the mouse over an image, and doing a CTRL-CLICK and the image would automatically download the image to a pre-determined folder. Bonus points for the option to automatically close the tab after the save.

Thanks!

-WVMontani

To download a single image, I would suggest drag/drop or save as using Firefox since that would use the browser cache but download would download the image again.

WebExtension API is very limited in regards with keyboard listeners. Once that is improved, I can add all sorts of if key pressed do actions.

Close Tab is possible but again options are using preferences which would then apply to all actions or listening for keyboard keys which as mentioned above not practical at the moment.

Hello. Please add the ability to Reload ALL broken images. So far I only know one legacy add-on that can do this, Image Context Menu. This is a real time saver. A User might not even realize an image is broken or still hidden from plain sight until it is reloaded. This is also very helpful for those with slow internet connections which typically end up with frequent broken images. Thanks in advance.

Let me see if it is possible and if it is, I will add it.

Hello,

unfortunately the add-on doesn’t act as expected. Functions are not available or don’t do what they say. Or is the description misleading (version numbers)?

Open Selected Images in New Tabs (v1.1) [only opens the one I right clicked on]
Open Selected Image links in New Tabs (v1.1) [only opens the one I right clicked on]

Those are the functions I need, but they don’t work.

I have to check them. I havent worked on FoxyImage for a while. I was working on FoxyTab mostly, due to the great number of feedback.

I am travelling but once back at my base, I will work on these and any other requests.

I see your Add-on currently is able to download all images in a tab. It would be great to add a feature to download all images in the tabs to the right (with an option to indicate if including the current tab or not).

Also, some filters in the Add-on options to limit the images to be downloaded by dimensions, filesize and/or file type (if I want to download only the JPG files but not the GIF or PNG files)

I will be updating the FoxyImage later this month (when I get back home from travelling).

I will see which one of these would be possible to add (some may not be possible in WebExtension).

When saving multiple images, I would like to choose where to save, as it dumps every image with other materials in ‘downloads’ folder and becomes hard to sort them out.

Also, if there is renaming with serial number option when I download will be great. e.g. saved as cats01,cats02 if I opt to save all images on a page as ‘cats’

Unfortunately, that is not possible in WebExtension & Firefox Quantum.
The options are:

  • All to ‘downloads’ folder
  • Select location for each, one by one, which is impractical for many images

Renaming is also done automatically by the WebExtension API and there is no control over it.
The options are:

  • Rename by the API
  • Prompt for each conflict, one by one, which is impractical for many images

Could it add a function to copy the image as data: URI using base64 encoding?

That is possible but that has a fair amount of processing. What is the use?

For my convenience I’m writing some userscripts or userstyles, which would use a few images or icons by the data: form. This function could simplify my steps to get the data: notation.

If there is a popular demand for it I will add it. :slight_smile:

I am working on the next update and I will consider all requests.

Added to v1.5

Added to v1.5

Added to v1.5

Where’s 1.5? On AMO there is only 1.4 until now.

I am working on v1.5 and will release it soon.

As always, thanks for all your work on this. That said, the new nested menus are a step back for me. It was bad enough having to go to 2 levels to get the command I wanted, now I have to go down 4 levels. Personally, I don’t see the advantage to the new menu structure, but is it possible to make it an optional option? Thanks for considering!