One-click AI-powered summaries for any web page. Stop reading, start understanding.
一键 AI 智能网页摘要,支持中英文自动识别,让阅读效率飞起来 🚀
| Feature | Description |
|---|---|
| 🖱️ One-Click Summary | Click the icon or use keyboard shortcut — get a summary in seconds |
| 🌐 Bilingual Auto-Detection | Automatically detects Chinese & English, outputs in the same language |
| 📏 3 Summary Lengths | Brief (~100 words), Standard (~300 words), or Detailed (~600 words) |
| 📚 Summary History | Auto-saves your last 50 summaries for easy reference |
| 📝 Markdown Export | One-click export to .md file for notes & documentation |
| ⌨️ Keyboard Shortcut | Ctrl+Shift+S (Mac: Cmd+Shift+S) for power users |
| 🌙 Beautiful Dark UI | Clean, minimal popup that doesn't get in your way |
| 🔒 Privacy First | No tracking, no analytics — your data stays on your device |
- Clone this repo:
git clone https://github.com/Lifa-su/ai-summary-ext.git
- Open Chrome → navigate to
chrome://extensions/ - Enable Developer Mode (top-right toggle)
- Click "Load unpacked" → select the
ai-summary-extfolder - The extension icon appears in your toolbar — you're all set! 🎉
- Click the extension icon → tap the ⚙️ Settings gear
- Enter your DeepSeek API Key
- Get one at platform.deepseek.com (pricing is extremely affordable)
- Save → Start summarizing!
- Open any web page
- Click the AI Summary icon (or press
Ctrl+Shift+S/Cmd+Shift+S) - Choose summary length: Brief / Standard / Detailed
- Click "✨ Summarize"
- Copy, export to Markdown, or browse your history
| Plan | Price | Includes |
|---|---|---|
| 🆓 Free | $0 | 5 summaries / day |
| ⭐ Pro | $3.99/mo | Unlimited summaries |
- 📖 Researchers scanning multiple papers
- 🎓 Students studying online materials
- 💼 Professionals catching up on industry news
- ✍️ Content creators gathering information
- ⏰ Anyone who values their time
| Technology | Purpose |
|---|---|
| Chrome Manifest V3 | Extension framework |
| Vanilla JavaScript | Zero dependencies, lightweight & fast |
| DeepSeek API | AI-powered summarization (deepseek-chat) |
| Content Script | Smart article content extraction |
ai-summary-ext/
├── manifest.json # Extension config (Manifest V3)
├── popup.html # Popup UI
├── popup.css # Styles (dark theme)
├── popup.js # Popup logic & interactions
├── content.js # Web page content extraction
├── background.js # Service worker (API calls, usage tracking)
├── icons/ # Extension icons (16/48/128px)
└── README.md
Contributions are welcome! Here's how you can help:
- Fork this repository
- Create a feature branch:
git checkout -b feature/amazing-feature - Commit your changes:
git commit -m 'Add amazing feature' - Push to the branch:
git push origin feature/amazing-feature - Open a Pull Request
Feel free to open an issue for bug reports, feature requests, or questions.
This project is open source. See the LICENSE file for details.
If you find this useful, give it a ⭐ — it helps a lot!
如果觉得好用,请给个 ⭐ Star 支持一下!
Made with ❤️ by Lifa-su