Skip to content

Instantly share code, notes, and snippets.

@renningg
Last active February 25, 2026 12:58
Show Gist options
  • Select an option

  • Save renningg/f03fcc108a5871e434a44765ec845aaf to your computer and use it in GitHub Desktop.

Select an option

Save renningg/f03fcc108a5871e434a44765ec845aaf to your computer and use it in GitHub Desktop.
# 隐私政策 / Privacy Policy
**随心记 - 网页笔记助手**
**Last Updated / 最后更新:2026-02-25**
---
## 中文版
### 概述
随心记(以下简称"本扩展")是一款运行在 Google Chrome 浏览器中的网页笔记助手。我们非常重视您的隐私,本政策旨在说明本扩展如何处理您的数据。
### 数据收集
**本扩展不收集、不存储、不传输任何个人信息。**
具体而言:
- 本扩展不会将任何数据发送至外部服务器
- 本扩展不会追踪您的浏览历史
- 本扩展不会收集您的个人身份信息
- 本扩展不使用任何分析工具或第三方统计服务
- 本扩展不包含广告
### 数据存储
您创建的所有笔记内容**仅存储在您本地设备上**,使用 Chrome 浏览器提供的 `chrome.storage.local` API 保存。这些数据:
- 仅存在于您的本地浏览器中
- 不会被上传到任何云端服务器
- 不会被开发者或任何第三方访问
- 可随时通过 Chrome 扩展管理页面删除
### 权限说明
本扩展申请了以下权限,均仅用于实现核心功能:
| 权限 | 用途 |
|------|------|
| `storage` | 在本地保存笔记内容及与网页 URL 的关联关系 |
| `activeTab` | 读取当前网页的 URL,用于将笔记与对应网页关联 |
| `contextMenus` | 在右键菜单中提供快速新建笔记的入口 |
| 主机权限 `<all_urls>` | 在任意网页注入笔记面板,实现跨站点记笔记功能 |
### 第三方代码
本扩展所有代码均打包在扩展安装包中,**不加载任何远程脚本或外部代码**。
### 政策变更
如本隐私政策发生变更,我们将在扩展更新说明中注明。继续使用本扩展即表示您接受最新版本的隐私政策。
### 联系我们
如您对本隐私政策有任何疑问,欢迎通过 Chrome 网上应用店的开发者联系方式与我们沟通。
---
## English Version
### Overview
随心记 (SuiXinJi) - Web Notes Assistant (hereinafter referred to as "the Extension") is a Chrome browser extension for taking notes on web pages. We take your privacy seriously, and this policy explains how the Extension handles your data.
### Data Collection
**This Extension does NOT collect, store, or transmit any personal information.**
Specifically:
- The Extension does not send any data to external servers
- The Extension does not track your browsing history
- The Extension does not collect any personally identifiable information
- The Extension does not use any analytics tools or third-party tracking services
- The Extension contains no advertisements
### Data Storage
All notes you create are stored **locally on your device only**, using Chrome's built-in `chrome.storage.local` API. This data:
- Exists only within your local browser
- Is never uploaded to any cloud server
- Cannot be accessed by the developer or any third party
- Can be deleted at any time via the Chrome Extensions management page
### Permissions
The Extension requests the following permissions, each used solely to enable core functionality:
| Permission | Purpose |
|-----------|---------|
| `storage` | Save note content and URL associations locally on your device |
| `activeTab` | Read the current tab's URL to associate notes with the corresponding web page |
| `contextMenus` | Add a quick "New Note" option to the right-click context menu |
| Host permission `<all_urls>` | Inject the notes panel into any web page, enabling note-taking across all sites |
### Remote Code
This Extension does **not** use any remotely hosted code. All scripts are bundled within the extension package and loaded locally.
### Changes to This Policy
If this privacy policy changes, we will note the update in the extension's release notes. Continued use of the Extension constitutes acceptance of the updated policy.
### Contact
If you have any questions about this privacy policy, please reach out via the developer contact information on the Chrome Web Store listing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment