The deeper you go with DeepSeek, the longer your conversations get. Ever spent minutes scrolling to find that one brilliant response?
DS Note is built for exactly this — extract key snippets, highlight important content, export conversations, and jump back to the original context with one click.
| Feature | Description | |
|---|---|---|
| 📌 | Save Messages | Pin entire messages or highlight text to save |
| 📋 | Copy as Markdown | Select text → copy as clean Markdown with LaTeX formulas preserved |
| Jump to Original | Navigate back to the original message instantly | |
| 🕐 | Timeline Navigation | Precise jumping in long conversations |
| 🔍 | Search & Filter | Search notes, filter by conversation or starred |
| ⭐ | Star Notes | Mark important notes for quick access |
| 📤 | Export | Markdown or JSONL format |
| 🌓 | Theme | Dark / Light mode |
| 🌐 | Bilingual | English & Chinese interface |
- Download and unzip the repository
- Open Chrome →
chrome://extensions - Enable Developer mode (top right toggle)
- Click Load unpacked
- Select the
ds-notefolder
- Go to chat.deepseek.com
- Save entire message: Click the 📌 button at the bottom-right of any message
- Save selected text: Highlight text → click 📌 to save or 📋 to copy as Markdown
- Click the extension icon to open the notes panel
- Click
↗️ on any note to jump back to the original message
- ✅ All data stored locally in your browser
- ✅ No external servers
- ✅ No data collection
- ✅ Works only on chat.deepseek.com
ds-note/
├── manifest.json # Extension config
├── background.js # Service worker
├── content-script.js # Save & jump logic
├── sidepanel/ # Notes panel UI
└── styles/ # Injected styles
MIT © 2026
If you find this useful, please ⭐ star the repo!
DS Note is not affiliated with DeepSeek. DeepSeek is a trademark of DeepSeek.
