SummarAIze is a Chrome extension that uses Gemini AI to help users understand and summarize web page content. With this extension, you can ask questions about the current page and get intelligent responses based on the page's content.
- Chat with AI about the current webpage content
- Summarize articles, blog posts, and other web content
- Ask specific questions about the page information
- Customize with your own Gemini API key
- Clone this repository
- Navigate to the
chromedirectory - Run
npm installto install dependencies - Run
npm run buildto build the extension - In Chrome, go to
chrome://extensions/ - Enable "Developer mode" in the top right
- Click "Load unpacked" and select the
builddirectory
- Click the SummarAIze icon in your browser toolbar
- Set your Gemini API key in Settings (you can get one from Google AI Studio)
- Navigate to any webpage and click the extension icon
- Type your question or request about the page content
- Get AI-powered responses based on the page
To work on this extension:
- Run
npm run devfor development mode with hot reloading - The extension will be compiled to the
dev_builddirectory
This project is licensed under the MIT License - see the License file for details.