Last updated: August 16, 2026
Pinokay (“the Extension”) is a Chrome extension that lets you stash the current tab into a local list, organize items into groups, and reopen them later from a side panel. This policy explains how the Extension handles information.
简体中文: Pinokay 隐私政策 · Standalone: PRIVACY_cn.md · PRIVACY.md
The Extension does not require an account and does not include third-party analytics or advertising SDKs. Except for feedback you voluntarily submit via GitHub Issues or email, we do not upload your data to Pinokay-operated servers.
Data is stored locally in your browser using chrome.storage.local, including:
| Data | Purpose |
|---|---|
| Stash list | URLs, titles, favicons, timestamps, and optional group assignment for tabs you explicitly stash |
| Stash groups | Group names, order, and collapsed state you create |
When you stash the current page, the Extension reads the active tab’s URL, title, and favicon locally in your browser (not sent to our servers). When you open a stash item, the Extension may query open tabs in your browser windows to focus an existing tab or open a new one — also locally only.
Only http: and https: pages can be stashed.
Pinokay does not declare host permissions and does not call Pinokay backend APIs.
Opening a stashed link navigates your browser to the URL you saved. That destination site (for example YouTube or any other site) may set cookies or show its own interstitial pages under its own privacy policy. Pinokay does not control those third-party sites.
Favicon URLs captured at stash time are stored locally as provided by Chrome for the tab; the Extension does not scrape arbitrary websites in the background.
| Permission | Purpose |
|---|---|
storage |
Save the stash list and groups locally (pinokay-stash, pinokay-stash-groups) |
tabs |
Read the active tab to stash it; focus or open tabs when you click a stash item |
windows |
Focus the browser window that contains a matching tab when reopening a stash item |
sidePanel |
Show the stash list in Chrome’s side panel |
The manifest sets incognito: spanning, so the Extension can run in incognito. Stash data follows Chrome’s rules for extension storage in that mode.
最后更新:2026 年 8 月 16 日
Pinokay(「本扩展」)是一款 Chrome 浏览器扩展,用于将当前标签页贮藏到本地列表、分组管理,并在侧边栏中重新打开。本政策说明本扩展如何处理信息。
English: Pinokay Privacy Policy · 独立文件:PRIVACY_cn.md · PRIVACY.md
本扩展不要求注册账号,也未集成第三方统计或广告 SDK。除您主动通过 GitHub Issues 或邮件提交的反馈外,我们不会将您的数据上传到 Pinokay 自有服务器。
本扩展将数据保存在您浏览器本地的 chrome.storage.local,包括:
| 数据类型 | 用途 |
|---|---|
| 贮藏(Stash)列表 | 您主动贮藏的标签页 URL、标题、图标、时间,以及可选的分组归属 |
| 贮藏分组 | 您创建的分组名称、顺序与折叠状态 |
当您贮藏当前页面时,本扩展会在本地读取当前标签页的 URL、标题与图标(不会上传至我们的服务器)。当您打开某条贮藏记录时,扩展可能在本地查询已打开的标签页,以便切换到已有标签或新建标签。
仅支持贮藏 http: / https: 页面。
Pinokay 未声明主机权限(host permissions),也不会调用 Pinokay 自有后端接口。
打开贮藏链接时,浏览器会访问您保存的目标网址。该目标网站(例如 YouTube 或其他站点)可能按各自隐私政策设置 Cookie 或展示验证页;Pinokay 不控制这些第三方网站。
贮藏时保存的图标地址来自 Chrome 提供的标签页信息,仅本地存储;扩展不会在后台批量抓取任意网站。
| 权限 | 目的 |
|---|---|
storage |
本地保存贮藏列表与分组(pinokay-stash、pinokay-stash-groups) |
tabs |
读取当前标签以便贮藏;点击列表项时切换或打开标签 |
windows |
重新打开贮藏项时,聚焦包含匹配标签的窗口 |
sidePanel |
在 Chrome 侧边栏中展示贮藏列表 |
本扩展在 manifest 中声明 incognito: spanning,在无痕模式下也可运行;无痕下的贮藏数据遵循 Chrome 对该模式下扩展存储的规则。