Chrome Extension Open Source Free v1.1.0

Save Image As

Right-click any image on any webpage and save it in the format you need. PNG, JPG, WebP, AVIF, GIF, or PDF. No upload, no third-party service, runs entirely in your browser.

What It Does

Six Output Formats

PNG, JPG, WebP, AVIF, GIF (static), and PDF. Save any web image in the format your project actually needs. Not whatever the site chose to serve.

Right-Click Native

Integrates directly into Chrome's context menu. Right-click any image and pick a format from the submenu. No popup, no UI to learn.

No Upload Needed

Everything runs locally using the Canvas API. Nothing is sent to a server or third-party service. Images never leave your machine.

PDF Export

Convert any web image into a single-page PDF document in seconds. Auto-oriented by dimensions. Portrait or landscape as appropriate.

Supported Formats

Format Best for Notes
PNG Screenshots, graphics, images with transparency Lossless. Preserves alpha channel.
JPG Photos where file size matters Lossy compression. No transparency.
WebP Modern web use, good quality-to-size ratio Supports both lossy and lossless modes.
AVIF Next-gen format, excellent compression Only shown if your browser supports AVIF encoding. Hidden automatically at startup if not detected.
GIF (static) Static GIF export Animation is not preserved. Canvas API cannot encode animated GIFs. Output is always a single frame.
PDF Single-page document containing the image Auto-oriented by dimensions. Images larger than 16,000px in either dimension cannot be converted.

How It Works

  1. 1 Right-click an image. The extension adds a "Save Image As..." entry to Chrome's native context menu on any image element.
  2. 2 Hover to pick a format. A submenu shows all available formats. AVIF only appears if your browser supports encoding it.
  3. 3 Saved to your downloads. The image is drawn to a Canvas element, converted in memory, and downloaded immediately. No round-trip to any server.

Cross-origin images: The extension attempts to load images in the context of the current page first. If that fails, it falls back to a background fetch. Most public images work with either approach.

Privacy

No data collected. The extension does not collect any user data or browsing history.
No external requests. No network calls are made to external servers at any time.
Minimal permissions. Only the permissions required for image conversion and downloading are requested.

Version History

  • 1.1.0 Added PDF export. Renamed GIF option to "GIF (static)" to clarify behavior. Security and quality improvements. March 30, 2026
  • 1.0.1 Added AVIF support with automatic fallback detection.
  • 1.0.0 Initial release with PNG, JPG, and WebP support.

Free on the Chrome Web Store

One click to install. Requires Chrome 109 or later. No account, no sign-up.

Related

Tools