File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222| Web Search | 内置网页搜索工具 | [ 文档] ( https://ccb.agent-aura.top/docs/features/web-browser-tool ) |
2323| 自定义模型供应商 | OpenAI/Anthropic/Gemini/Grok 兼容 | [ 文档] ( https://ccb.agent-aura.top/docs/features/custom-platform-login ) |
2424| Voice Mode | Push-to-Talk 语音输入 | [ 文档] ( https://ccb.agent-aura.top/docs/features/voice-mode ) |
25- | Computer Use / Chrome Use | 截图、键鼠控制、浏览器操控 | [ Computer Use] ( https://ccb.agent-aura.top/docs/features/computer-use ) <br >[ Chrome Use] ( https://ccb.agent-aura.top/docs/features/claude-in-chrome-mcp ) |
26- | Sentry / GrowthBook 企业监控 | 企业级错误追踪与特性开关 | [ Sentry] ( https://ccb.agent-aura.top/docs/internals/sentry-setup ) <br >[ GrowthBook] ( https://ccb.agent-aura.top/docs/internals/growthbook-adapter ) |
25+ | Computer Use | 屏幕截图、键鼠控制 | [ 文档] ( https://ccb.agent-aura.top/docs/features/computer-use ) |
26+ | Chrome Use | 浏览器自动化、表单填写、数据抓取 | [ 魔改版] ( docs/features/chrome-use-mcp ) [ 原生版] ( https://ccb.agent-aura.top/docs/features/claude-in-chrome-mcp ) |
27+ | Sentry | 企业级错误追踪 | [ 文档] ( https://ccb.agent-aura.top/docs/internals/sentry-setup ) |
28+ | GrowthBook | 企业级特性开关 | [ 文档] ( https://ccb.agent-aura.top/docs/internals/growthbook-adapter ) |
2729| Langfuse 监控 | LLM 调用/工具执行/多 Agent 全链路追踪 | [ 文档] ( https://ccb.agent-aura.top/docs/features/langfuse-monitoring ) |
2830| Poor Mode | 穷鬼模式,关闭记忆提取和键入建议 | /poor 可以开关 |
2931
Original file line number Diff line number Diff line change 1+ # Chrome Use — 浏览器自动化快速指南
2+
3+ 让 Claude Code 直接控制你的 Chrome 浏览器,用自然语言完成网页操作。
4+
5+ ## 快速开始(3 分钟)
6+
7+ ### 第一步:安装 Chrome 扩展
8+
9+ 1 . 下载扩展:https://github.com/hangwin/mcp-chrome/releases(下载最新 zip)
10+ 2 . 解压 zip 文件
11+ 3 . 打开 Chrome 访问 ` chrome://extensions/ `
12+ 4 . 开启右上角「开发者模式」
13+ 5 . 点击「加载已解压的扩展程序」,选择解压后的文件夹
14+
15+ ### 第二步:启动 Claude Code
16+
17+ ``` bash
18+ bun run dev
19+ ccb # 或者 ccb 安装版也行
20+ ```
21+
22+ ### 第三步:启用 Chrome MCP
23+
24+ 1 . 在 REPL 中输入 ` /mcp ` 打开 MCP 面板
25+ 2 . 找到 ` mcp-chrome ` ,按空格键启用
26+ 3 . 按 Enter 确认
27+
28+ ## 相关文档
29+
30+ - GitHub 仓库:https://github.com/hangwin/mcp-chrome
You can’t perform that action at this time.
0 commit comments