dshbase

插件目录 / Browser / voyager

voyager

未验证 Nagi-ovo

✓ 持续维护 77 位贡献者 纯 TypeScript

查看 GitHub ↗ ← 返回插件目录

19838Stars
654Forks
12未关闭 issue
TypeScript语言
2026-08-26最近推送
跨平台平台

功能简介

Enhancement suite for Gemini, AI Studio, Claude & ChatGPT — plus a prompt manager for any web UI, DeepSeek Harness included. / 面向 Gemini、AI Studio、Claude 与 ChatGPT 的增强套件;提示词管理器可用于任意 Web UI,含 DeepSeek Harness。

我们的评价
未验证 — 尚未实测

Enhancement suite for Gemini, AI Studio, Claude & ChatGPT — plus a prompt manager for any web UI, DeepSeek Harness included. / 面向 Gemini、AI Studio、Claude 与 ChatGPT 的增强套件;提示词管理器可用于任意 Web UI,含 DeepSeek Harness。 尚未验证——请自行安装测试。

「未验证」表示我们的自动化 CI 尚未安装过该插件。功能描述与版本兼容性均为作者声明。这不是安全审计,也不代表对第三方代码的背书。

你是插件作者? 想拿到「已验证」标签——提交你自己的验证证据(截图、日志或短视频),我们审核通过后即改为「已验证」。

提交验证证据 ↗

README

Voyager logo

Make Your AI Experience Truly Yours ✨

Gemini · Claude · ChatGPT — finally, complete.

GitHub stars GitHub forks Latest version GitHub downloads Chrome Web Store users Chrome Web Store rating Edge Add-ons users Firefox Add-ons users Firefox Add-ons rating

📖 Documentation简体中文繁體中文日本語FrançaisEspañolPortuguêsРусскийالعربية한국어

Voyager — your prompts, kept local. Any web UI, including DeepSeek Harness.

[!NOTE]
If Voyager helps you, feel free to share it on X, Reddit, YouTube, Threads, etc. Every share helps more people discover the project. Thanks.


👋 Why Voyager?

We love AI chatbots, but sometimes we wish they had just a bit more structure.

That's why I built Voyager. It's a companion that helps you keep your AI conversations organized, accessible, and productive — whether you're on Gemini, Claude, or ChatGPT. If you're a researcher juggling dozens of threads, a developer saving code snippets, or just someone who loves order, Voyager is designed for you.

Try Voyager
During the issue on February 18th where the Google Gemini App caused some users' historical conversations to become inaccessible, Voyager users were still able to see their saved conversations in their folders.


✨ Features

🌌 Core (Gemini & AI Studio)

  • 📂 Folder Organization: Organize chats into a two-level folder hierarchy with drag-and-drop support.
    • Gemini: Supports Account Isolation Mode and Custom Folder Colors.
  • 💡 Prompt Vault: Save and reuse prompts across Gemini, AI Studio, and custom websites.
  • ☁️ Cloud Sync: Sync folders and prompts through Google Drive, or iCloud on Safari.
  • 🗑️ Batch Delete: Bulk delete conversations.
  • 📐 Formula Copy: One-click copy for LaTeX and MathML (Word) source codes.
  • 🌦️ Visual Effects: Add seasonal ambience with snow, cinematic rain, or falling sakura petals from the settings panel.

✨ Gemini Exclusive

  • 📍 Timeline Navigation: Visual nodes to jump between messages, star key moments, and manage conversation branches.
  • 💾 Chat Export: Export conversations to JSON, Markdown, or PDF with images included.
  • 🧜‍♀️ Mermaid Rendering: Auto-render flowcharts, sequence diagrams, and other Mermaid charts.
  • 📝 Markdown Rendering Fix: Automatically fix broken bold syntax caused by Gemini's injected HTML elements.
  • 🍌 Image Refinement: Lossless watermark removal for Gemini-generated images.
  • 🔬 Deep Research: Extract thinking processes and research links from Deep Research sessions.
  • 🛠️ Power Tools:

🔌 Claude & ChatGPT

Powered by the Voyager Plugin Engine, these features extend your experience beyond Gemini:

  • 📍 Claude Timeline: Conversation sidebar with starred messages and search — the same navigation flow, now on Claude.
  • 📊 Claude Usage Bar: Track your session and weekly usage directly in the Claude interface.
  • 📐 Formula Copy: One-click copy for LaTeX and MathML source codes (shared with Gemini).
  • 📖 Comfortable Reading Width: Adjust chat width for a better reading experience on Claude and ChatGPT.
  • 🈶 CJK Render Fix: Fix CJK character rendering issues on Claude.

🧩 Any Site — Even Localhost

Add any site in the extension popup and the Prompt Manager follows you there, local apps included. Here it is inside DeepSeek Harness running on localhost:3080:

Prompt Manager running inside DeepSeek Harness

🎨 Personalization

  • Open the extension popup and find Visual Effects to switch between Off, Snow, Sakura, and Rain.
  • Effects are rendered as lightweight full-screen overlays and do not block page interaction.
  • When you switch effects or turn them off, existing particles drain out naturally instead of disappearing abruptly.

📥 Installation

⚠️ Note: Prompt Manager is the only feature that supports Gemini for Enterprise.

Chrome Web Store    Edge Add-ons    Firefox Add-ons    Safari Download

Edge users: Voyager is still maintained on Edge Add-ons for users who need Edge on mobile or tablet. If review is delayed, Chrome Web Store and GitHub manual packages remain available.

For manual installation or development builds, please refer to the Installation Guide.


☕ Support This Project

If Voyager makes your life easier, consider buying me a coffee. It helps keep the updates coming! Sponsors will be featured in our Special Thanks section. ❤️

Buy Me A Coffee Sponsor on GitHub

Or support via WeChat / Alipay / Afdian:

WeChat Pay
WeChat Pay
Alipay
Alipay
Nagi-ovo's Profile
Afdian

🎙️ Recommended Tool: Typeless

I highly recommend Typeless (typeless.com), an AI voice-to-text tool that I used extensively during the development of Voyager. Integrating it into my daily workflow has saved me a tremendous amount of time and significantly boosted my productivity.

🎁 Join via my referral link (Code: MZRYZP1) to get $5 free credits. This also gives me credits to keep maintaining this project—a free way to support my work! ❤️


💬 Community

Follow on X

Follow for Updates
Get the latest updates.
Discord

Join the Community
Chat with other users, share prompts, and get help.

🤝 Contributing & Development

Ask DeepWiki

We welcome contributions! Whether you want to report bugs, suggest features, improve documentation, or submit code:

Development Setup
# Install dependencies (Bun recommended)
bun i

# Development mode (with auto-reload)
bun run dev:chrome   # Chrome & Chromium browsers
bun run dev:firefox  # Firefox
bun run dev:safari   # Safari (requires macOS)

# Production builds
bun run build:chrome   # Chrome
bun run build:edge     # Edge package (separate)
bun run build:firefox  # Firefox
bun run build:safari   # Safari
bun run build:all      # Chrome + Firefox + Safari

Safari Development: Run bun run build:safari, then open the tracked Xcode project under Voyager/.

Thank you for helping make Voyager better! ❤️

❤️ Special Thanks

Special thanks to all contributors for their contributions to Voyager ❤️


🌟 Credits

Voyager is a small side project. I'd rather spend time building things that help people than building migration paths designed to pull users away from other extensions.

🌍 Ecosystem

Projects inspired by Voyager:

If your project is inspired by Voyager, forked from it, or built on top of it, feel free to open a PR to add it here.

  • DeepSeek Voyager - A fork of Voyager adapted for DeepSeek, bringing timeline navigation and chat management to DeepSeek users!

  • claude-nexus - A Claude.ai enhancement extension inspired by Voyager, featuring timeline navigation, folder management, prompt library and more, with full prompt import/export compatibility with Voyager!

  • Better_Doubao - An advanced browser extension supercharging Doubao with enhanced navigation, organization, and productivity features.

  • DeepSeek Enhancer - A Voyager-inspired enhancement extension for the DeepSeek web app, offering multi-level folders, chat export, formula copy, data backup, and more.


🏅 Recognition

Nagi-ovo%2Fvoyager | Trendshift Voyager - AI conversation tools for Gemini, Claude, and ChatGPT | Product Hunt


📄 License

Voyager is licensed under GPL-3.0.
Third-party MIT notices for Image Refinement-related code and assets are retained in THIRD_PARTY_NOTICES.md.

Gemini is a trademark of Google LLC. Claude is a trademark of Anthropic, PBC. ChatGPT is a trademark of OpenAI, Inc. Voyager is an independent project and is not affiliated with, endorsed by, or sponsored by any of these companies.


Star History Chart

Made with ❤️ by Jesse Zhang

GPLv3 License © 2026

安装

🧩 让 Agent 自动装(推荐)

装一次目录插件,之后本站所有插件都能让 DeepSeek Harness 自动找、自动装:

dsh plugin add dshbase-catalog

然后对 agent 说「帮我装 voyager」,它会在目录里找到并自动安装。文档:dshbase-catalog · 已验证场景包

该插件是 GitHub 源码(未发 npm)——直接从仓库装:

Web profile:

dsh plugin --profile web add github:Nagi-ovo/voyager

Headless(CLI)profile:

dsh plugin --profile headless add github:Nagi-ovo/voyager

实测报告

尚未 L3 验证——若已跑过,见下方失败备注。

状态:pending
备注:验证: install-fail (0.1.0-rc.6) 浏览全部待验证失败 →

使用场景

让 agent 驱动真实浏览器——导航、点击、填表、读页面——做调研或 UI 测试。

适合谁

想让浏览器自动化交给 agent、而非另写爬虫或测试脚本的人。

二次开发建议

浏览器动作是缝——把更多工具调用(填表、下载、标签管理)暴露给模型。

✓ 低风险 静态扫描 · 25 个文件 · 2026-08-27

分享徽章

Browser 里更多

浏览全部 7795 个插件 →