隐私政策
1. 我们收集什么数据
不收集任何数据。 本扩展不向作者、不向第三方、不向任何远程服务器发送任何信息。
2. 数据如何存储
所有笔记内容(包括文本、粘贴的图片)通过浏览器提供的 chrome.storage.local API 存储在你的本地设备上。具体特征:
- 数据保存在你的浏览器配置目录内(典型位置:
...\User Data\Default\Local Extension Settings\<扩展ID>\),仅本扩展可读写; - 数据不会同步到云端(除非你的浏览器整体开启了配置同步并且扩展数据被纳入同步范围,但本扩展并未主动启用同步存储);
- 卸载扩展时,浏览器会自动清除该存储空间;
- 你随时可以通过扩展内的"导出备份"功能下载所有数据为 JSON 文件。
3. 权限用途说明
| 权限 | 用途 |
|---|---|
storage |
读写本地存储区域以保存你的笔记内容和域名索引。 |
unlimitedStorage |
解除默认 10 MB 限制,使你能粘贴更多图片到笔记中。所有数据仍仅存储于本地。 |
activeTab |
当你点击扩展图标时,读取当前标签页的 URL 和标题,仅用于解析当前域名(eTLD+1)以便加载对应笔记本,以及在"插入页面引用"功能中提供页面元信息。URL 和标题永远不会离开你的设备。 |
favicon |
调用浏览器本地缓存的网站图标,用于在笔记本卡片上显示对应网站的 favicon。不发起任何网络请求。 |
4. 第三方服务
本扩展不集成任何第三方分析、跟踪、广告或云存储服务。代码中也不包含任何远程脚本加载。
5. Cookies
本扩展不使用 Cookies。
6. 儿童隐私
本扩展不针对 13 岁以下儿童设计,亦不会主动收集儿童信息(实际上不会收集任何人的信息)。
7. 政策变更
未来如果扩展功能发生变化(例如新增云同步等可选功能),本页面将相应更新。重大变更时会在扩展更新日志中提示用户。
8. 联系方式
如有任何问题或建议,请通过以下方式联系:
- GitHub Issues:提交 Issue
- 邮箱:<your-contact-email>
Privacy Policy (English)
1. What we collect
Nothing. This extension sends no information to its authors, no third parties, and no remote servers.
2. How data is stored
All note content (text and pasted images) is stored locally via the browser's chrome.storage.local API, accessible only by this extension. Data is removed when the extension is uninstalled. You can export all data as JSON anytime via the in-app "Export" button.
3. Permission justifications
storage&unlimitedStorage— to persist your notes and pasted images locally.activeTab— to read the current tab's URL/title for matching the correct notebook by domain (eTLD+1). This data never leaves your device.favicon— to display each site's icon from the browser's local favicon cache. No network requests are made.
4. Third parties
None. No analytics, tracking, ads, or remote scripts.
5. Contact
GitHub Issues or email — see the Chinese section above.