Minimal Chrome New Tab for Mac User
This extension does not collect, store, or transmit any personal information, browsing data, or behavioral data from its users. Specifically:
- All user-defined shortcuts (names and URLs) are stored only in the browser's local
localStorage; they are never synced, uploaded, or sent to any server, including the author's. - The extension contains no analytics, no telemetry, no advertising SDKs, and no third-party tracking scripts of any kind.
- The extension does not read the user's browsing history, cookies, bookmarks, passwords, form contents, clipboard, or data belonging to any other extension.
- In order to render a small site icon inside each shortcut circle, the extension uses an
<img>tag pointing at Google's public favicon service (https://www.google.com/s2/favicons), keyed only by the target site's domain. The request is issued by the browser itself, contains nothing more than the target domain (e.g.github.com), carries no user-identifying information, and the returned image is rendered locally and never stored or forwarded. - The
windowspermission requested by the extension is used solely to implement the "double-Esc to minimize" feature, via a single call of the formchrome.windows.update(currentId, { state: "minimized" }). The extension does not read, track, or log window titles, URLs, or any other window content. - The extension does not sell or share any data with third parties, because it does not collect any data to begin with.
本扩展不收集、不存储、不上传任何用户的个人信息、浏览数据或行为数据。具体说明如下:
- 用户自定义的所有快捷方式(名称、URL)仅保存在浏览器本地的
localStorage中,不会被同步、上传或发送到任何服务器,包括作者的服务器。 - 扩展中不包含任何分析(Analytics)、埋点、广告 SDK 或第三方追踪脚本。
- 扩展不读取用户的浏览历史、Cookie、书签、密码、表单内容、剪贴板,或其他扩展的数据。
- 为在快捷方式图标圆圈中显示对应站点的小图标,扩展会通过
<img>标签从 Google 公开的 favicon 服务(https://www.google.com/s2/favicons)按域名加载图片。该请求由浏览器自身发起,仅包含目标网站的域名(例如github.com),不包含任何用户身份信息;返回的图片仅用于本地显示,不会被存储或转发。 - 扩展申请的
windows权限仅用于实现「连续两次按 Esc 最小化窗口」这一项功能,调用形式为chrome.windows.update(currentId, { state: "minimized" });扩展不会读取、跟踪或记录窗口的标题、URL 或任何内容。 - 扩展不向第三方出售或共享任何数据,因为它不收集任何数据。