Copilot Browser Bridge for VS Code

🔗 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
- Download
.vsix from Releases
- VS Code:
Ctrl+Shift+P → Extensions: Install from VSIX...
- 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
- Launch VS Code (server starts automatically)
- Open Chrome extension side panel
- 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
🔒 Privacy
- Data Collection: None
- Communication: Only operates on localhost (localhost:3210)
- External Transmission: Only sent to Copilot/Local LLM based on provider selection
👤 Author
yamapan (https://github.com/aktsmm)
| |