DeepSeekAI is an unofficial browser extension powered by the DeepSeek API, designed to enhance your web browsing experience with intelligent interactions. Through simple text selection, you can instantly receive AI-driven responses, making your web browsing more efficient and intelligent.
Note: This extension is a third-party development, not an official DeepSeek product. You need your own DeepSeek API Key to use this extension.
- Intelligent Text Analysis: Select any text on web pages for instant AI analysis and responses
- Multi-turn Dialogue: Support for continuous conversation interactions
- Quick Access: Three ways to invoke the chat window - text selection, right-click menu, and keyboard shortcuts
- Streaming Response: Real-time streaming display of AI responses
- Model Selection: Choose between DeepSeek V3 and DeepSeek R1 models
- Draggable Interface: Freely drag and resize the chat window
- Window Memory: Remember chat window size and position
- One-click Copy: Easy copying of response content
- Regenerate: Support for regenerating AI responses
- Keyboard Shortcuts: Built-in shortcut (Ctrl/Command+Shift+D to open/close)
- Balance Query: Real-time API balance checking
- User Guide: Built-in detailed usage instructions
- Markdown Rendering: Support for rich Markdown formatting, including code blocks, lists, and mathematical formulas (MathJax)
- Code Highlighting: Syntax highlighting for multiple programming languages with copy functionality
- Multi-language Support: UI in English/Chinese, AI responses with auto-language detection or specified language
- Dark Mode: Automatic dark mode support based on system preferences
- Chrome Web Store
- [Microsoft Edge Add-ons](Coming soon)
# Clone the repository
git clone https://github.com/DeepLifeStudio/DeepSeekAI.git
# Install dependencies
pnpm install
# Build the project
pnpm run build
- Click the extension icon in your browser toolbar
- Enter your DeepSeek API Key in the popup window
- Configure language, model, and other preferences
- Start using! You can:
- Click the popup icon after selecting text
- Right-click and select "DeepSeek AI" after text selection
- Use the shortcut Ctrl/Command+Shift+D to open the dialog window/close the session window.
- Frontend Framework: JavaScript
- Build Tool: Webpack
- API Integration: DeepSeek API
- Styling: CSS3
- Code Standard: ESLint
- Local history record feature
- Custom prompt template support
All forms of contributions are welcome, whether it's new features, bug fixes, or documentation improvements.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details
- Project Issues: GitHub Issues
- Email: [[email protected]]
- Twitter/X: @DeepLifeStudio