A Chrome extension that allows users to chat with AI about the content of any webpage, leveraging multiple AI models for diverse insights.
- Extract content from the active webpage
- Support for multiple AI models: Claude, Gemini, GPT, and Mistral
- User-friendly popup interface
- Real-time AI responses based on webpage content
- Google Chrome browser
- Access to Chrome Web Store (for easy installation) or Developer Mode enabled for manual installation
- Visit the Chrome Web Store
- Search for "AnyChat AI"
- Click "Add to Chrome"
- Clone the repository:
git clone https://github.com/yourusername/anychat-ai-chrome-extension.git
- Open Google Chrome and navigate to
chrome://extensions
- Enable "Developer mode" in the top right corner
- Click "Load unpacked" and select the cloned repository folder
- Navigate to any webpage
- Click on the AnyChat AI extension icon
- Type your question in the textarea
- Select an AI model from the dropdown
- Click "Send" to get an AI-generated response about the webpage content
To modify the extension:
- Make changes to the relevant files (
popup.html
,popup.js
,background.js
,manifest.json
) - If you're running the extension in developer mode, click the refresh icon on the extension card in
chrome://extensions
- For substantial changes, increment the version number in
manifest.json
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.