Another way that works on MacOS is to use the dwebp command through your terminal to convert the webp file to jpg or png.
-
Right click and open image in new tab.
-
Save the image into your preferred folder and make sure it saves with the .webp extension.
-
With your terminal, navigate to your folder containing the webp files.
-
convert using this example command: dwebp yourfile.webp -o newfile.jpg
-
Repeat for each image you want to convert, or get fancy and automate it using a bash script.
Note: dwebp / cwebp is a program that should already be present on your MacOS
cwebp converts jpg or anything to webp using the same command in 4 but with ‘cwebp’ to start