AI Chat Export & Web Content Capture
Chrome Extension · Firefox Add-on
Export conversations from Claude.ai and Google AI Studio with full fidelity.
How to use:
- Click floating badge on AI chat pages, or
- Press
Cmd+E(Mac) /Ctrl+E(Windows)
Features:
- API-based - Fetches complete conversation via backend API, not DOM scraping
- Thinking Process - Toggle to include/exclude AI's thinking blocks
- Multiple Formats - Export as Markdown or JSON
- Quick Actions - Copy to clipboard or download as file
| Platform | Export | Thinking Support |
|---|---|---|
| Claude.ai | ✅ | ✅ |
| Google AI Studio | ✅ | ✅ |
Capture any web page content and export as Markdown via sidebar.
How to use:
- Click extension icon in toolbar to open sidebar
- Select content area (smart or manual)
Features:
- Smart Selection - Auto-detect main content areas
- Manual Selection - Click to select any DOM element
- Markdown Export - Convert HTML to clean Markdown
| Shortcut | Action |
|---|---|
Cmd+E |
Open AI chat export dialog |
Escape |
Exit selection mode |
Download the latest .zip from Releases, unzip and load in browser.
git clone https://github.com/MarkShawn2020/lovsider.git
cd lovsider
pnpm install
pnpm buildChrome: chrome://extensions → Enable Developer mode → Load unpacked → Select dist
Firefox: about:debugging → Load Temporary Add-on → Select dist/manifest.json
- React 19 + TypeScript
- Vite + Turborepo
- Tailwind CSS + shadcn/ui
- Chrome Extension Manifest V3

