What's new
1.0.0 — 2026-07-21
- Reorganized export buttons. The Word (.docx), OpenDocument (.odt) and PDF buttons now sit after the PNG image export, just before the cloud buttons — so the quick text formats come first and the document formats sit together.
1.0.1 — 2026-07-20
- AI Studio exports correctly. Math formulas, code blocks (with their language), tables, bullet lists, and the model's reasoning are all preserved instead of dropped or mangled — and toolbar icon labels no longer leak into the text.
- Claude pictures and retries. Generated pictures (SVG artifacts and visualization widgets) now render as images in every export format, and a retried or edited turn no longer produces a duplicated message.
- Perplexity answers no longer doubled. Each answer now exports once instead of twice.
- Grok generated images. A picture Grok generates now exports as the image and its prompt, instead of a raw placeholder tag.
- Kimi works again. Exports no longer fail with "No messages found": AI Chat Clipper now reads the conversation from the page when Kimi's API is unreachable, captures generated images, and no longer gives up when the sign-in token isn't readable.
- Cleaner paragraphs. Bold, italics, and inline math inside a paragraph no longer end up split onto separate lines on sites that wrap their text in
<div>blocks. - NotebookLM tile renamed. The site is now listed as Gemini Notebook, with a new icon — same site, same export.
1.0.0 — 2026-07-20
New name. The extension is now called AI Chat Clipper (formerly AI Chat eXtractor) — same extension, same settings, nothing to redo.
Three new supported sites. Google Search's AI Mode, MiniMax Agent, and Qwen Chat join the directory, bringing it to 24 AI sites.
Bundled site icons. The site tiles in the popup and settings now ship with the extension instead of being fetched from an online favicon service — they load instantly, work offline, and opening the popup no longer makes any external request.
Debug bundle for bug reports. A new Developer mode toggle (Settings → General, under Advanced) reveals a Debug bundle export in the popup: one diagnostic
.jsonfile carrying the raw data as the site delivered it, the extracted conversation, and the rendered result. If a site ever exports wrongly, attaching this file is what makes the bug findable and fixable.Clearer error on unsupported pages. Exporting from a site AI Chat Clipper doesn't recognize now says so plainly, instead of suggesting a tab refresh that could never help there.
JSON export understands tables and tag images. A message's typed breakdown now includes Markdown tables — split into headers and rows, so your script gets real columns — and pictures written as HTML tags, which previously leaked into the prose text.
Fixed garbled code blocks inside bullet lists. A code block (or table) nested in a list item now exports as a proper indented block instead of being flattened into the bullet's text — most visible on Google AI Mode answers.
New JSON export. Save any conversation as a structured
.jsondata file — from the popup for the whole chat, or from a single message's inline menu. Alongside each message's full Markdown text, the file carries a typed breakdown (prose, reasoning, code, images) so you can feed a chat straight into a script, a database, or another tool without scraping the page yourself.