A Chrome extension that analyzes web page content and provides AI-powered learning feedback.
- Automatic text extraction from web pages
- Content analysis using Gemini AI
- Recall comparison and personalized feedback
- Deep dive Q&A for enhanced learning
- Learning history with detailed records
npm installnpm run build- Open
chrome://extensionsin Chrome - Enable "Developer mode" in the top right corner
- Click "Load unpacked"
- Select the
distfolder
- Get a Gemini API key from Google AI Studio
- Right-click the extension icon → Options
- Enter your API key and save
- Navigate to a web page you want to learn from
- Click the extension icon to open the side panel
- Click "Start Learning" button
- Read the content, then write what you remember
- Review AI-generated feedback and track your progress
Run in development mode (auto-rebuild on file changes):
npm run dev- TypeScript
- React
- Tailwind CSS
- Webpack
- Gemini API (gemini-2.0-flash-lite)