Privacy Policy

Last updated: June 30, 2026

The short version: Memos Clipper does not collect, sell, share or analyze your personal data. The extension has no backend server. The only thing it does with the content you capture is send it to the Memos instance you configured.

1. Who we are

Memos Clipper ("the extension") is an open-source browser extension licensed under the MIT License. Its source code is public at github.com/foolgry/memos-clipper. This policy describes how the extension handles data when you use it.

2. Data we process

The extension processes the following data, only when you take an explicit action (selecting text, pressing a shortcut, right-clicking an image, or clicking X's native bookmark button):

The extension does not process your browsing history, cookies, login sessions, payment data, precise location, or any data from pages where you have not taken an explicit capture action.

3. Where data is stored

4. Where data is transmitted

The only outbound network requests the extension makes are to the Memos host URL you configured (typically https://<your-memos-domain>/api/v1/...). No third-party endpoints are contacted. Specifically:

5. Permissions and why each one is required

Chrome requires every permission to be justified. Here is the full list and exactly what each one does in this extension.

PermissionWhy it's needed
storage
unlimitedStorage
To remember your Memos host and access token between browser sessions, and to cache user preferences (visibility, shortcuts, floating-button toggle). No captured content is stored here.
sidePanel To show the settings and quick-edit panel in Chrome's side panel.
contextMenus To add the "Save image to Memos" entry to the right-click menu on images.
notifications To show a small desktop notification confirming a clip succeeded (or telling you it failed). No notification content is transmitted anywhere.
host_permissions: *://*/* Required because you can clip from any website. The extension reads page content only after an explicit user gesture (text selection, shortcut, right-click, or clicking X's bookmark button). It does not continuously monitor pages and does not read pages in the background.
Content script on http://*/*, https://*/* This is the same host permission, declared for the content script. It captures your selection, extracts article content, fetches image bytes (in the page context for CORS reasons), and — on x.com only — reads the tweet DOM when you click the bookmark.

6. What happens on X (Twitter)

When you click the native bookmark button on a tweet inside x.com, the extension reads the tweet's DOM (text, author handle, engagement counts, image URLs) from that specific tweet, downloads the tweet's images via the page's own network context, packages everything into Markdown, and sends it to your Memos instance. The extension does not read tweets you don't bookmark, does not scroll or auto-capture your timeline, and does not interact with X's API on your behalf.

7. Third-party services

Beyond your own Memos instance, the extension contacts no third-party services. Your use of X and your Memos instance remains governed by their respective policies:

8. Children's privacy

The extension is not directed at children under 16 and does not knowingly collect any data from anyone.

9. Your choices

10. Changes to this policy

Material changes will be reflected by updating the "Last updated" date at the top of this page and committed to the public source repository.

11. Contact

For privacy questions or reports, open an issue at github.com/foolgry/memos-clipper/issues.

隐私政策

最后更新:2026 年 6 月 30 日

一句话版本:本扩展不收集、不售卖、不共享、不分析你的任何个人数据。扩展本身没有后端服务器。它对你所捕获内容的唯一处理,就是发送到你自己配置的 Memos 实例。

1. 我们是谁

Memos Clipper(以下简称"本扩展")是一个基于 MIT 协议开源的浏览器扩展,源码公开于 github.com/foolgry/memos-clipper。本政策说明扩展在使用过程中如何处理数据。

2. 我们处理的数据

仅在你主动操作时(选中文字、按下快捷键、右键点击图片、或点击 X 自带的收藏按钮),扩展才会处理以下数据:

本扩展不会处理你的浏览历史、Cookie、登录会话、支付数据、精确位置,以及任何来自你未主动操作的页面的数据。

3. 数据存储在哪里

4. 数据传输到哪里

本扩展对外发起的网络请求只会指向你配置的 Memos 地址(通常是 https://<你的-memos-域名>/api/v1/...)。不会联系任何第三方端点,具体包括:

5. 所申请的权限及其必要性

Chrome 商店要求对每一项权限做出说明。下面列出本扩展声明的所有权限及其具体用途。

权限用途说明
storage
unlimitedStorage
用于在浏览器会话之间记住你的 Memos 地址和 Access Token,以及用户偏好(默认可见性、快捷键、浮动按钮开关等)。不会在这里存储任何捕获内容。
sidePanel 用于在 Chrome 侧边栏中显示设置面板和快速编辑入口。
contextMenus 用于在图片上注册"Save image to Memos"右键菜单项。
notifications 用于在剪藏成功(或失败)时弹出系统通知做提示。通知内容不会被传输到任何地方。
host_permissions: *://*/* 因为你可能在任意网站剪藏内容,所以需要该权限。扩展仅在你主动操作时(选中文字、按快捷键、右键点击、或点击 X 收藏按钮)才会读取当前页面内容;不会在后台持续监听或读取页面。
http://*/*https://*/* 上注入 content script 与上面的 host 权限相同,声明给 content script 使用。用于捕获你的选区、提取正文、(因 CORS 限制)在页面上下文中获取图片字节,以及仅在 x.com 上当你点击收藏按钮时读取推文 DOM。

6. 在 X (Twitter) 上的行为

当你在 x.com 上点击某条推文自带的收藏按钮时,本扩展会读取该条推文的 DOM(正文、作者 handle、互动数据、图片 URL),通过页面自身的网络上下文下载图片,将内容打包为 Markdown 并发送到你的 Memos 实例。本扩展不会读取你未收藏的推文、不会滚动或自动捕获你的时间线、也不会代替你调用 X 的 API。

7. 第三方服务

除你自己的 Memos 实例外,本扩展不联系任何第三方服务。你对 X 与 Memos 的使用仍受各自隐私政策约束:

8. 未成年人隐私

本扩展不面向 16 岁以下的未成年人,不会有意从任何人那里收集数据。

9. 你的选择

10. 政策变更

实质性变更会更新本页面顶部"最后更新"日期,并提交到公开的源码仓库。

11. 联系方式

如有隐私问题或报告,请在 github.com/foolgry/memos-clipper/issues 提交 issue。