🆓 Free Features
- Right-click context menu: Save as / Copy as PNG/JPG/WEBP/AVIF
- File size comparison toast (original vs converted, savings %)
- Adjustable quality sliders for JPG/WEBP/AVIF
- Smart link cleaning — strips CDN tracking params for original quality
- Cross-origin image support via Service Worker
- JPG white fill for transparent PNG backgrounds
- Duplicate click guard (2s debounce)
- 6-language UI (EN/ES/DE/JA/FR/ZH)
⭐ Premium Features (License Required)
Monthly $2.99/mo or One-Time $9.99 via Creem
- Drag & Drop conversion — drop local image files onto the popup for instant format conversion
- Batch local conversion — convert multiple local files at once
- Priority support
Installation
- Visit the Chrome Web Store page for ImageConv
- Click Add to Chrome and confirm
- Click the ImageConv icon in your toolbar to start using
Usage
- Right-click: Any image → ImageConv → Save as / Copy as → choose format
- Drag & drop: Click icon → drag local file → select format → auto download
- Quality: Open popup → adjust sliders → settings saved automatically
How It Works
Right-click image → Service Worker fetches image blob → Sends to Offscreen Document (Canvas API) → Exports as target format → Download or clipboard → Destroys all temporary resources.
Uses Chrome's Offscreen API because Manifest V3 Service Workers have no DOM access, but Canvas API requires a DOM.
Privacy
- ✅ Zero data upload — all processing in browser memory
- ✅ No analytics, no tracking, no remote calls
- ✅ No cookies
- ✅ Temporary memory only — images destroyed after conversion
- ✅ Minimal permissions:
contextMenus, downloads, offscreen, storage, clipboardWrite
For questions or support, email [email protected]