Nanobrowser提供两种安装方式,具体步骤如下:
Method 1: Direct installation of pre-built version
- 访问GitHub的Releases页面下载最新版nanobrowser.zip
- 解压到本地文件夹后,在Chrome的扩展页面(chrome://extensions/)启用开发者模式
- 通过”加载已解压的扩展”选择解压后的文件夹
Method 2: Build from Source
- 需要预先安装Node.js(v22.12.0+)和pnpm(v9.15.1+)
- 克隆仓库后执行
pnpm install
cap (a poem)pnpm build
command - 将生成的dist文件夹作为扩展加载
Configure key points:
- 必须在设置界面输入有效的OpenAI或Anthropic API密钥
- 可为不同代理选择不同模型(如Planner使用GPT-4o,Validator使用Claude 3.5)
- 首次使用前建议测试API连接状态
This answer comes from the articleNanobrowser: Multi-Intelligence Plugin for Task Automation in BrowsersThe