Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Copilot Browser BridgeNew to Visual Studio Code? Get it now.
Copilot Browser Bridge

Copilot Browser Bridge

yamapan

|
17 installs
| (0) | Free
ブラウザのページ内容をCopilot/ローカルLLMで解析・対話
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Copilot Browser Bridge for VS Code

VS Code Marketplace License: CC BY-NC-SA 4.0 GitHub

🔗 VS Code extension that bridges browser pages with LLM (GitHub Copilot / Local LLM) for analysis and interaction

Install from VS Code Marketplace

Japanese / 日本語版はこちら

License

CC BY-NC-SA 4.0 — see LICENSE.

📥 Installation

VS Code Marketplace

ext install yamapan.copilot-browser-bridge-vscode

Or search for "Copilot Browser Bridge" in VS Code Extensions (Ctrl+Shift+X)

Manual Installation

  1. Download .vsix from Releases
  2. VS Code: Ctrl+Shift+P → Extensions: Install from VSIX...
  3. Select the downloaded .vsix file

📋 Requirements

  • VS Code 1.90.0 or higher
  • Chrome Extension: Copilot Browser Bridge
  • GitHub Copilot subscription, or LM Studio (Local LLM)

🎮 Usage

  1. Launch VS Code (server starts automatically)
  2. Open Chrome extension side panel
  3. Enter questions or operation instructions on any web page

Commands

  • Copilot Browser Bridge: Start Server - Manually start the server
  • Copilot Browser Bridge: Stop Server - Stop the server

⚙️ Settings

Setting Default Description
copilotBrowserBridge.serverPort 3210 Local server port number
copilotBrowserBridge.autoStart true Auto-start server on VS Code launch
copilotBrowserBridge.enableAgentTerminalTool false Allow agent run_terminal tool execution
copilotBrowserBridge.allowedExtensionOrigins [] Additional allowed chrome-extension:// origins

🔧 Development

# Build
npm run compile

# Watch mode
npm run watch

# Create VSIX package
npx @vscode/vsce package

📄 License

CC BY-NC-SA 4.0 © aktsmm

📑 Third-Party Notices

  • THIRD_PARTY_NOTICES.md

🔒 Privacy

  • Data Collection: None
  • Communication: Only operates on localhost (localhost:3210)
  • External Transmission: Only sent to Copilot/Local LLM based on provider selection

🔗 Related Projects

  • Copilot Browser Bridge (Chrome Extension)

👤 Author

yamapan (https://github.com/aktsmm)

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft