Install Extension
Chat Copilot Team2026-02-08
Method 1: Chrome Web Store
- Visit Chrome Web Store
- Click "Add to Chrome"
- Click "Add extension" in the confirmation dialog
Method 2: Direct CRX Download
- Download: ChatCopilot-0.17.1.crx
- Open Chrome and visit
chrome://extensions/ - Enable "Developer mode" in the top right
- Drag the downloaded
.crxfile into the extensions page - Click "Add extension" in the confirmation dialog
Method 3: GitHub Releases
- Visit the GitHub Releases page
- Download the latest zip file
- Extract it and load it using the steps below
- Open Chrome and visit
chrome://extensions/ - Enable "Developer mode" in the top right
- Click "Load unpacked"
- Select the extracted folder
Method 4: Developer Mode (Unpacked)
- Open Chrome and visit
chrome://extensions/ - Enable "Developer mode" in the top right
- Click "Load unpacked"
- Select the extracted folder
Method 5: Build From Source
- Clone the repo:
git clone https://github.com/hellolib/chat-copilot.git - Enter the directory:
cd chat-copilot - Install dependencies:
npm install - Build the project:
npm run build - Open Chrome and visit
chrome://extensions/ - Enable "Developer mode" in the top right
- Click "Load unpacked"
- Select the
build/chat-copilotfolder in the project root