Convert your images automatically on download!
- Clone this repository
- Open
chrome://extensions/
orabout:debugging#/runtime/this-firefox
in your browser - Click on
Load Unpacked
(Chromium) orLoad Temporary Add-on
(Firefox) - Select the appropriate folder inside the cloned repository
- Open the exension popup by clicking on the extension icon
- Set your conversion preferences
- Attempt to download an image that matches your source format
- Profit
FROM:
- PNG
- JPEG
- WEBP
- BMP
- TIFF
- ICO
- AVIF
TO:
- PNG
- JPEG
- WEBP
- The reason for 2 completely different extensions rather than one, cross-platform extension is because Firefox doesn't support offscreen DOM. Offscreen DOM is preferred since it doesn't interfere with actual page content, so the Chromium extension has been built to support it. The Firefox version, however, has to use the onscreen DOM, which is why it's a separate extension.