BugSnap 是一款 Chrome 浏览器扩展,帮助开发者通过截图和上下文信息,更高效地向 AI(Google Gemini)上报并排查代码 Bug。
BugSnap is a Chrome extension that helps developers report and debug code issues more efficiently by capturing screenshots and context to Google Gemini AI.
为了提供截图解析与 Bug 排查功能,扩展会在用户主动触发时获取以下信息:
When triggered by the user, the extension collects: the visible tab screenshot, current page URL and title, user's bug description text, and the Gemini API Key (stored locally in chrome.storage).
收集到的数据仅用于:
扩展没有任何后端服务器,数据不会发送给 BugSnap 的运营方。
Data is used only to call the user's own Gemini API and generate the bug report. The extension has no backend server; no data is sent to BugSnap operators.
Gemini API Key 和使用偏好保存在 Chrome 本地存储 (chrome.storage.local) 中,不上传到任何第三方服务器。
API key and preferences are stored in chrome.storage.local and are not uploaded to any third-party server.
扩展调用 Google Gemini API(generativelanguage.googleapis.com)以实现图像理解。该调用由用户主动触发,并使用用户自有的 API Key。Google 的隐私政策适用于该 API 调用:https://policies.google.com/privacy
The extension calls Google Gemini API only when triggered by the user, using the user's own API key. Google's privacy policy applies to those calls.
Permissions are scoped to the minimum necessary: screenshot of active tab only after user click, local storage for API key, and Gemini API host for inference.
本扩展不面向 13 岁以下儿童,不故意收集儿童数据。
政策更新将在此页面发布,并标注最后更新日期。
如有疑问,请联系:cdo255918@gmail.com