Análises de Save webP as PNG or JPEG (Converter)
Save webP as PNG or JPEG (Converter) por jscher2000
204 análises
- Avaliado em 3 de 5por Usuário 18462017 do Firefox, há um anoThis 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
Resposta do desenvolvedor
publicado há um anoThank 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. - Avaliado em 2 de 5por Usuário 13961419 do Firefox, há um anoWas 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.
Resposta do desenvolvedor
publicado há um anoHi, 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. - Avaliado em 5 de 5por Usuário 16318253 do Firefox, há um anoBy 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.
Resposta do desenvolvedor
publicado há um anoIf 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.- Avaliado em 5 de 5por Rana Waheed, há um anoAbsolutely 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
- ONE 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
- Avaliado em 1 de 5por Usuário 17694088 do Firefox, há um anojust links to ezgif. Removed. bookmark ezgif.com/webp-to-gif
Resposta do desenvolvedor
publicado há um anoFor 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). Resposta do desenvolvedor
publicado há um anoHi, 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.- Avaliado em 5 de 5por Usuário 18368393 do Firefox, há um ano
- Avaliado em 5 de 5por Usuário 17848309 do Firefox, há um anoI'd say this is in my top 5 in terms of essential add-ons. Works like a peach :)
- Avaliado em 5 de 5por Usuário 11803080 do Firefox, há um ano
- Avaliado em 5 de 5por Usuário 14550105 do Firefox, há um ano
Resposta do desenvolvedor
publicado há um anoUnfortunately, 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.- Avaliado em 1 de 5por Usuário 18333680 do Firefox, há um ano
Resposta do desenvolvedor
publicado há um anoHi, 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.)- Avaliado em 5 de 5por Usuário 16636734 do Firefox, há um ano
- Avaliado em 4 de 5por waranghira, há um anoAnother 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?
Resposta do desenvolvedor
publicado há um anoI 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.