Reviews for Save webP as PNG or JPEG (Converter)
Save webP as PNG or JPEG (Converter) by jscher2000
204 reviews
- Rated 3 out of 5by Firefox user 18462017, a year agoThis is not a recent problem, but when I try to download an image with very large dimensions (for example 720x14850) with the Save webP as PNG or JPEG option, it only downloads part of the image (720x8190) and the rest (the lower part of the image) is transparent
Developer response
posted a year agoThank you for this report. I believe Firefox does have *some* limit on the size of an image it will draw on or extract from an HTML canvas (which is how the conversion is done). Still, 8190 seems too short, since my test image is 720x22000 and that one works fine when I open it stand-alone in a tab.
When you are saving the image in its original page, I wonder whether a style rule can affect the height? Maybe you can send me an example URL of where the problem occurs, either in a new issue at https://github.com/jscher2000/Save-webP-as-extension/issues/ or by email at jscher2000@outlook.com. - Rated 2 out of 5by Firefox user 13961419, a year agoWas working great for a long time, but recently had some weird issues with it. It keeps download fragments of images rather than the full image, very strange.
Developer response
posted a year agoHi, that is strange. There is an open issue related to only getting a quarter of a zoomed product image on at least one site. Maybe it is a related problem? Feel free to add example URLs to the open issue at https://github.com/jscher2000/Save-webP-as-extension/issues/10 (or you can email me at jscher2000@outlook.com if you don't want to create a Github account).
Meanwhile, does it work any better if you open the image in a new tab before trying to convert?
*UPDATE*
Hopefully the next update (1.5.2) will fix this. - Rated 5 out of 5by Firefox user 16318253, a year agoBy default, I'd better have saving as .png in a regular download folder (not the webp special folder). But it can be fixed in a sec via settings.
- Rated 4 out of 5by Artifycr, a year agoit worked but sent images to a newly made folder instead of my downloads which is a bit annoying to go out of the way to use the image
Developer response
posted a year agoIf you go to the Options for the add-on (click the "gear" wheel icon on the button bar), "Save Path Options" section, you can change to saving directly in the Downloads folder. Due to limitations on where add-ons can auto-save, I can't offer very much flexibility on this. If you prefer to choose where to save each time, the setting above that lets you select your preferred approach. - Rated 5 out of 5by Rana Waheed, a year agoAbsolutely outstanding add-on i ever found. My work of downloading pictures got much easier by this add-on. 100% recommended this. Just do some settings as per your need and you have very good results. I really appreciated to the developer for such kind of precious work. Please keep it up. Regards: Rana Waheed
- Rated 1 out of 5by Kiflaam, a year agoONE STAR SO IT IS SEEN: most of the negative reviews are by people that don't know how to check the bottom of the right-click menu. Indeed, this add-on adds a new option on the right-click menu so you can save as a png in one click, without having to go through MS paint. FIVE STARS
- Rated 1 out of 5by Firefox user 17694088, a year agojust links to ezgif. Removed. bookmark ezgif.com/webp-to-gif
Developer response
posted a year agoFor converting to PNG and JPEG, the add-on doesn't need to use external services unless Firefox restricts the page. To convert animated WebP to animated GIF, you need to use an external service (Firefox doesn't have a function add-ons can call for that). - Rated 4 out of 5by JdbyeRox, a year agoHas this been updated to fix the recent webp remote code execution exploit? That has me a bit worried right now.
Developer response
posted a year agoHi, do you mean the one assigned CVE-2023-4863? Mozilla issued Firefox 117.0.2 and 115.2.1 to address the problem. See: https://www.mozilla.org/security/advisories/mfsa2023-40/
The reason for mentioning that patch is: this extension uses features Firefox makes available to add-ons and web page scripts; the extension does not have its own image conversion libraries. - Rated 5 out of 5by geeknik, a year ago
- Rated 5 out of 5by Nathan, a year agoAbsolute life saver of an extension. Saves me insane amounts of time, especially with the copy-to-clipboard functionality. THANK YOU!
- Rated 5 out of 5by Firefox user 18368393, a year ago
- Rated 5 out of 5by Firefox user 17848309, a year agoI'd say this is in my top 5 in terms of essential add-ons. Works like a peach :)
- Rated 5 out of 5by Firefox user 11803080, a year ago
- Rated 5 out of 5by Firefox user 14550105, a year ago
- Rated 1 out of 5by qdfgn, a year agouseless, it won't let you choose the folder once and for all, so any time it saves you in changing image extension, you lose in having to navigate to correct folder EVERY SINGLE TIME
Developer response
posted a year agoUnfortunately, add-ons are restricted to starting in either the Downloads folder and or in a sub-folder of the Downloads folder. If you don't want to save in the Save_webP folder, you can place a shortcut in that folder to double-click over to your preferred location. - Rated 5 out of 5by CP, a year agoThis is amazing extension. I would like to have a feature that I could save images in pixel and keep aspect ratio.
- Rated 1 out of 5by Firefox user 18333680, a year ago
Developer response
posted a year agoHi, could you open an issue at https://github.com/jscher2000/Save-webP-as-extension/issues or send me an email at jscher2000@outlook.com for personal assistance? Until then, if the menu item is no longer appearing on the right-click context menu, you might want to remove and reinstall it, and if you notice a problem in private windows (Ctrl+Shift+P or "Never Remember History") make sure it is enabled for private windows when you reinstall.
(Update: version 1.5.1 pops up a little panel with some more options when the script is denied permission to read the page. Previously that just caused silent failure.)- Rated 5 out of 5by Andy, a year agoAwesome thx. Feels great to not have to deal with that image format. Was a pain to DL, open in Paint and save as .jpg ^^
- Rated 5 out of 5by IQman, a year agoIt would be perfect if it can convert animated webp to mp4, but I already have convenient file converter at home so it a noproblemo
- Rated 5 out of 5by Firefox user 16636734, a year ago
- Rated 4 out of 5by waranghira, a year agoAnother add-on that I can't use since "Access your data for all websites". Why can't they just limit to what they actually need?
Developer response
posted a year agoI know, it's inconvenient and demands a lot of trust. This add-on only reads data when you call it up, and it does not read data in pages other than the image it's operating on. Either way, it doesn't send info to me -- I have no interest what is happening in anyone else's browser.
For what it's worth, I did *try* to write this extension *without* that permission. If the image is hosted on the same server as the page (both the same server as listed in the address bar), then the fact that you right-clicked the image could grant one-time permission automatically (so called activeTab permission).
But a large proportion of images are hosted on a different server, so that method failed frequently in real world testing. Maybe there is a new solution to this four years down the road? I'll update this reply if I find one and rewrite the add-on.