A Chrome extension that uses AI to analyze web pages and help with coding problems.
- Content Mode: Analyze and understand any webpage
- Coding Mode: Get help with coding problems and algorithms
- Persistent Sessions: Save conversations for different problems
- Visual Analysis: Processes both text and screenshots
- Get a Gemini API key from Google AI Studio
- Download or clone this repository
- Open Chrome and go to
chrome://extensions/ - Enable Developer Mode
- Click "Load unpacked" and select the project folder
- Update the API key in
background.js(line 2)
- Click the extension icon in Chrome toolbar
- Choose Content Mode or Coding Mode
- Ask questions about the current webpage
- Summarize articles
- Explain concepts
- Get key takeaways
- Get step-by-step problem solving guidance
- Break down complex problems
- Track your progress across sessions
Edit the API key in background.js:
const GEMINI_API_KEY = "YOUR_API_KEY_HERE";- Chrome browser
- Gemini API key
- Internet connection
MIT License