一个基于 DeepSeek API 的 Chrome 扩展,可以智能地对浏览器标签页进行分组管理。
A Chrome extension powered by DeepSeek API that intelligently organizes browser tabs into groups.
- 🤖 使用 AI 智能分析标签页内容 / AI-powered tab content analysis
- 📑 自动对相关标签页进行分组 / Automatic grouping of related tabs
- 🎨 为不同组别分配不同颜色 / Different colors for different groups
- 🔄 支持实时刷新分组 / Real-time group refresh support
- 🔒 安全的 API Key 管理 / Secure API Key management
-
下载或克隆本仓库到本地 Clone or download this repository
-
打开 Chrome 浏览器,进入扩展程序页面(chrome://extensions/) Open Chrome browser and navigate to chrome://extensions/
-
开启"开发者模式" Enable "Developer mode"
-
点击"加载已解压的扩展程序" Click "Load unpacked"
-
选择本仓库所在文件夹 Select the repository folder
-
获取 DeepSeek API Key / Get DeepSeek API Key
- 访问 DeepSeek 官网注册账号 / Visit DeepSeek website to register
- 在控制台中获取 API Key / Get API Key from the console
-
配置扩展 / Configure Extension
- 点击扩展图标打开弹窗 / Click extension icon to open popup
- 在设置区域输入 DeepSeek API Key / Enter DeepSeek API Key in settings
- API Key 会被安全保存在本地 / API Key will be securely saved locally
-
使用扩展 / Use Extension
- 点击"分析标签页"按钮分析当前标签页 / Click "Analyze Tabs" to analyze current tabs
- 查看分析结果,确认分组是否合理 / Review analysis results
- 点击"应用分组"按钮应用分组 / Click "Apply Groups" to create tab groups
- 需要更新时点击"刷新"按钮 / Click "Refresh" to update
本扩展需要以下权限 / This extension requires the following permissions:
tabs
: 用于读取和管理标签页 / For reading and managing tabstabGroups
: 用于创建和管理标签组 / For creating and managing tab groupsstorage
: 用于保存设置和分组数据 / For saving settings and group data
- Chrome Extensions API
- DeepSeek API
- JavaScript (ES6+)
- HTML5 & CSS3