Right-click an image
Open Chrome’s normal image context menu on the picture you want.
A focused Chrome extension
Save the source. Skip the WebP or AVIF when available.
Save source image.
How it works
The extension inspects an image only when you choose its context-menu command.
Open Chrome’s normal image context menu on the picture you want.
The extension temporarily checks the clicked image’s declared src.
Chrome downloads the selected URL, and the extension suggests a clean filename based on the response.
Behind the right-click
The same image can declare a fallback src and responsive WebP or AVIF candidates.
Built to stay focused
Save Source Image prefers the literal URL in the clicked image’s img src when it is usable. It cannot recover a format the page does not expose. If that URL itself serves WebP or AVIF, or only an optimized candidate is available, Chrome may still save that format.
Understand the limit
Learn why a browser may save WebP or AVIF, and what a page’s image source declarations actually mean.
Responsive-image markup can let a browser select a format or size different from an image’s literal src.
img src, srcset, and currentSrcA practical explanation of the image URLs a webpage can declare and the one Chrome can render.
Save Source Image can help only when the page exposes a usable source URL. It does not create formats that are not available.