时间线导航、全文搜索、智能复制 — 让每一轮对话都可追溯、可检索、可复用。
Timeline, search, smart copy — every insight traceable, searchable, reusable.
A companion for every conversation
25 种像素宠物,感知你的对话节奏 — 输入时好奇张望,AI 回复时开心眯眼,长时间不动就打盹。纯情绪陪伴,不打扰工作流。
25 pixel pets that sense your rhythm. Curious when you type, happy when AI replies, napping when idle.
How it works
Chrome / Edge 商店一键安装。零配置,无需账号,打开 AI 对话页面即自动激活。
One click install. Zero config, no account. Auto-activates on AI chat pages.
右侧时间线自动生成,复制按钮就近浮现在代码块、公式、表格旁。一切在对话页面内完成。
Timeline auto-generated. Copy buttons appear next to code, formulas, tables.
Ctrl+Shift+F 全文搜索,命中高亮。一键复制保留格式,粘贴到 Notion / Word / Obsidian 即用。
Full-text search with highlights. Copy preserves formatting for Notion, Word, Obsidian.
每个圆点对应一轮提问。悬停预览摘要,点击直接跳转。焦橙实心圆点追踪你的阅读位置。
Each dot marks a question. Hover to preview, click to jump. Orange dot tracks your viewport.
CtrlShiftF 呼出搜索栏。关键词实时高亮,时间线圆点同步变黄。
Keywords highlighted in real time. Timeline dots turn amber to show matches per turn.
大小写 / 全词 / 正则。Case-sensitive, whole word, regex.
消息 · 代码 · 表格 · 列表 · 公式,每类独立胶囊按钮。代码保留高亮,公式复制 LaTeX。
Message, code, table, list, formula. Syntax-highlighted code, LaTeX formulas.
粘贴到 Word / Notion / Obsidian 格式完整保留。Paste-ready for Word, Notion, Obsidian.
def attention(Q, K, V):
d_k = Q.size(-1)
scores = Q @ K.transpose(-2, -1)
return F.softmax(scores / math.sqrt(d_k)) @ V功能就近,按需浮现,不用时隐形
Close to context, appear on demand, invisible when idle
常驻 UI 只有一条细线。渐进式披露。
Progressive disclosure. Never steal reading space.
默认半透明,hover 才浮现。
Transparent by default. You're talking to AI, not fighting toolbars.
复制在代码旁,搜索在时间线底部。
Copy next to code. Search next to timeline.
无后端、无账号、无上传。开源可审计。
No server, no account, no upload. Open source.