A Chrome extension that lets you select any text on a webpage and get instant AI-powered answers using OpenAI's API.
- 🎯 Text Selection: Select any text and click the AI icon
- ⚡ Streaming Responses: Real-time typewriter effect
- 🎨 Modern UI: Draggable, resizable dark-themed modal
- 🔒 Secure: API key stored locally, never shared
- 📊 Confidence Scores: See how confident the AI is
- 🧠 Smart Context: Captures surrounding text for better answers
- Download or clone this repository
- Open Chrome and go to
chrome://extensions - Enable "Developer mode" (top right)
- Click "Load unpacked"
- Select the extension folder
- Click the extension icon and enter your OpenAI API key
- Navigate to any webpage
- Select text (question, term, or paragraph)
- Click the purple AI icon that appears
- View the AI response in the modal
- GPT-4o (Best Accuracy)
- GPT-4o Mini (Fast & Accurate)
- o1-preview (Advanced Logic)
- o1-mini (Fast Reasoning)
- Your API key is stored locally only
- No data is sent to external servers except OpenAI
- See Privacy Policy for details
- Chrome 88 or higher
- OpenAI API key (Get one here)
MIT License