Description from extension meta
View HEIC images directly in your browser
Image from store
Description from store
🎯 Features
Automatically detects and converts HEIC/HEIF images on any website
Converts images to JPEG format for browser compatibility
Works with regular images and background images
Monitors dynamically loaded content
Caches conversions for better performance
Shows conversion count in popup
💡 How It Works
The extension injects a content script into every webpage that:
Scans for images with .heic or .heif extensions
Attempts to convert broken images (they might be HEIC)
Uses the heic2any library to convert HEIC to JPEG
Replaces the original source with the converted image
Monitors for new images added to the page dynamically