A Chrome extension that summarizes web pages and answers user questions using the Gemini API (Google's AI model). Great for quick research, understanding lengthy articles, or getting insights without reading the full page.
- ✅ One-click summarization of any webpage.
- ✅ Ask custom questions about a page's content.
- ✅ Clean and concise bullet-point summaries.
- ✅ Supports Gemini 2.0 Flash for fast summaries and Gemini 1.5 Pro for advanced Q&A.
- ✅ Works on nearly all websites.
- ✅ Local storage of your API key (never leaves your browser).
git clone https://github.com/yourusername/webpage-summarizer.git
cd webpage-summarizer Visit chrome://extensions
Enable Developer mode (top right)
Click "Load unpacked"
Select the cloned project folder
Visit Google AI Studio: https://aistudio.google.com/apikey
Generate a free API key
Paste it into the extension's input field and click Save API Key
Your API key is stored locally in Chrome using chrome.storage.local.
We do not collect or transmit any personal data.
All communication happens between your browser and Google's API.