扩展在本地处理以下信息,仅用于提供标签页管理功能:
| 数据类型 | 使用目的 |
|---|---|
| 标签页 URL、标题、图标 | 分组、去重、搜索、会话管理 |
| 浏览历史(访问频率) | 显示"最常访问"的网站列表 |
| 书签 | 在搜索结果中展示书签 |
| 会话记录(最近关闭的标签页) | 支持恢复关闭的标签页 |
| 用户设置(分组规则、休眠时间等) | 保存您的个性化配置 |
chrome.storage.local:标签页活动记录、会话数据、AI 配置(API Key 等)、网页描述缓存,存储在您本机的 Chrome 浏览器中,不离开设备。
chrome.storage.sync:主题与设置会通过 Chrome 同步到您的 Google 账号,以便在多台设备间保持一致的扩展体验,由 Google 的标准加密机制保护。
扩展声明以下权限,均有明确用途,不超范围使用:
该功能默认关闭,仅在您手动配置 API Base URL 与 API Key 并启用后生效。启用后,扩展会将当前窗口内标签页的标题发送到您自己配置的模型接口,用于生成分组建议。
不会发送浏览历史、网页正文内容、cookies 或其他隐私数据;请求直接发往您填写的接口地址,TabTool 开发者不经手、不留存这些请求内容。API Key 仅保存在本机 chrome.storage.local 中。
TabTool 不与任何第三方共享数据,不包含任何追踪代码、广告 SDK 或数据分析工具。仅在您主动启用「AI 智能分组」时,数据才会发往您自行指定的第三方模型接口(见上一节),该行为完全由您控制。
卸载扩展时,chrome.storage.local 中的所有数据将随之删除。如需手动清除,可在扩展设置页面执行重置,或通过 Chrome「清除浏览数据」功能删除扩展存储。
如隐私政策发生实质性变更,将在扩展更新日志中说明。
如有隐私相关问题,欢迎通过 GitHub Issues 与我们联系。
The extension processes the following information locally, solely to provide tab management features:
| Data | Purpose |
|---|---|
| Tab URLs, titles, favicons | Grouping, deduplication, search, session management |
| Browsing history (visit frequency) | Display the "Most Visited" site list |
| Bookmarks | Show bookmarks in search results |
| Session data (recently closed tabs) | Restore recently closed tabs |
| User settings (grouping rules, sleep timers, etc.) | Save your personalized preferences |
chrome.storage.local: Tab activity, session data, and AI configuration (API key, etc.) — stored in your local Chrome browser, never leaving your device.
chrome.storage.sync: Theme and settings are synced to your Google account via Chrome, so your extension experience stays consistent across devices, protected by Google's standard encryption.
Each declared permission has a specific, limited purpose:
This feature is off by default and only activates once you manually configure an API Base URL and API Key. When enabled, the extension sends the titles of tabs in the current window to the model endpoint you configured, to generate grouping suggestions.
It never sends browsing history, page content, cookies, or other private data. Requests go directly to the endpoint you provided — the TabTool developer never sees or retains this content. Your API Key is stored only in local chrome.storage.local.
TabTool does not share data with any third parties and contains no tracking code, advertising SDKs, or analytics tools. Data is only sent to a third-party model endpoint if you explicitly enable "AI Smart Grouping" and configure that endpoint yourself (see above) — this is entirely under your control.
Uninstalling the extension removes all locally stored data. You may also reset all data from the extension's Settings page, or delete extension storage via Chrome's "Clear browsing data" feature.
Material changes will be noted in the extension's release notes.
For privacy-related questions, please open an issue on GitHub.