A minimal MV3 browser extension that saves online AI images with embedded MetaHub-compatible PNG metadata.
- Adds a discreet
Saveaction to assistant messages that contain generated images Saveperforms a quick save with autodetected metadata and stored defaultsEditopens a lightweight metadata form when you want to review fields before download- Lets you save the main image from that message and download:
imh-<provider>-<timestamp>.pngwith embeddedtEXtmetadata
- Uses a simplified metadata form focused on fields that make sense for LLM image chats
- Embeds richer
imagemetahub_dataJSON metadata in PNGs when enabled in settings
- chatgpt.com
- gemini.google.com
- grok.com
- x.ai
- Open
chrome://extensions - Enable Developer mode
- Click "Load unpacked"
- Select the
D:\IMH_BROWSERfolder
- This MVP embeds metadata into PNGs (tEXt
parameterschunk). - If the image is not PNG, the extension tries to convert to PNG. If conversion fails, it saves without metadata.
- Clicking the extension icon opens the settings page.
- Tighten per-site selectors for model autodetection as the UIs evolve
- Support choosing among multiple images in the same assistant message
- Expand richer metadata coverage for more providers beyond ChatGPT and Grok