Fork of src (authored by image4tools which has since been removed, read more below).
Tired of having saved images as .webp type? Save Image as Type v2 is a Chrome extension which adds an option "Save as PNG/JPG/WebP/GIF/BMP" to the context menu on right-clicking any image.
The original extension was removed from the Chrome Web Store for containing spyware (thanks @Adam Conway for the detailed write-up!). This fork is the successor that's 100% local, with zero tracking, zero analytics, and no external servers or injection scripts. All processing happens locally in your browser. The extension is extremely lightweight at roughly 220 KB!
- PNG, JPG, WebP: native HTML5 Canvas conversion.
- BMP: 32-bit BMPs with transparency support.
- GIF: convert animated WebP & APNG files.
- Note: AVIF support is excluded as it would require bundling a WebAssembly encoder.
There are various options you can customize via the options page:
- Toggle which formats appear in the right-click menu.
- Enable instant downloading (skips the "Save As" dialog).
- Set default filename prefixes.
- Define download sub-folders.
- Limit maximum filename lengths.
- Set a memory limit for GIF conversions.
This extension requires the <all_urls> permission, which Chrome displays as "Read and change all your data on all websites".
Sadly, it has to be used to bypass CORS restrictions, otherwise the extension would fail reading pixel data from images hosted on some popular CDNs (like Google User Content).
The easiest way to use the extension is to install it directly from the official store:
- Visit the Chrome Web Store page.
- Click the Add to Chrome button.
If you want to run the extension from source code:
- Download and extract the ZIP file from github releases.
- Open Chrome and navigate to
chrome://extensions/. - Enable Developer mode (toggle in the upper right corner).
- Click Load unpacked in the upper left corner.
- Select the extracted extension folder from your computer.
The extension should now be installed successfully.
- Rob Wu: https://github.com/Rob--W
- Cuixiping: https://github.com/cuixiping
- jnordberg: https://github.com/jnordberg/gif.js
This project is licensed under the GNU General Public License v2.0.


