Chrome extension that exports chat conversations as HTML or Markdown.
The current supported website is Gemini.
- Open Chrome Extensions and choose "Load unpacked", then select this folder.
- Open
https://gemini.google.com/and a chat thread. - Click the extension icon, choose the scope and output, then click Export.
- Scope:
- Latest: export only the latest turn.
- All: export all visible turns.
- Select: choose a specific turn from a dropdown (label shows the first 20 characters).
- Output:
- Clipboard (default)
- Download
- Format:
- Markdown (default)
- HTML
- Markdown style:
- Role Numbering Style (default):
## Turn 1-1: User/## Turn 1-2: Gemini - Turn Heading Style:
## Turn 1+### User/### Gemini - The selected style is saved in popup UI.
- Role Numbering Style (default):
- Images and file attachments are not included.
- If Gemini changes its DOM structure, extraction may break.
