Quick Start
Installation
Section titled “Installation”Option A: App Store
Section titled “Option A: App Store”- Chrome: Chrome Web Store — click Add to Chrome
- Firefox: Firefox Add-ons — click Add to Firefox
Option B: Direct Download (Latest)
Section titled “Option B: Direct Download (Latest)”Download the latest build directly — always up-to-date, no store review delay:
- Chrome zip — unzip, then load in
chrome://extensionswith Developer mode → Load unpacked - Firefox zip — unzip, then load in
about:debugging→ Load Temporary Add-on
Option C: Build from Source
Section titled “Option C: Build from Source”git clone https://github.com/DoodleBears/ContextBro.gitcd ContextBropnpm installpnpm run buildThen load the unpacked extension from .output/chrome-mv3/ in chrome://extensions.
Configure Your First Endpoint
Section titled “Configure Your First Endpoint”- Click the Context Bro icon → Settings (gear icon)
- Go to the Endpoints tab
- Click + Add endpoint
- Enter a name (e.g. “My API”), the POST URL, and any headers
- Toggle it enabled
- Click Save
For testing, you can use https://httpbin.org/post — it echoes back whatever you send.
Share a Page
Section titled “Share a Page”With an endpoint configured, you have several ways to share:
| Method | How |
|---|---|
| Popup | Click the extension icon → Share |
| Context menu | Right-click → Share page to Context Bro |
| Keyboard shortcut | Ctrl+Shift+K (or Cmd+Shift+K on Mac) |
| Selection button | Select text on any page → click the floating button |
What Gets Sent
Section titled “What Gets Sent”By default, Context Bro extracts the page and compiles a JSON payload like:
{ "title": "How to fix CORS in Vite", "url": "https://stackoverflow.com/q/12345", "content": "The full article text in markdown...", "author": "johndoe", "domain": "stackoverflow.com", "wordCount": 1234, "clippedAt": "2026-02-22 14:30"}You can fully customize this shape using Templates.
Next Steps
Section titled “Next Steps”- Configure custom templates to control the payload shape
- Configure Site Rules for auto-capture with refetch and dedup
- Learn about live stream adapters for Twitch and YouTube