A Chrome extension that provides concise summaries of webpage content in a convenient side panel.
- Summarizes webpage content using OpenAI's GPT-3.5 model
- Clean and modern user interface
- Side panel integration for easy access
- Refresh functionality to update summaries
- Clone this repository or download the source code
- Open Chrome and navigate to
chrome://extensions/ - Enable "Developer mode" in the top right corner
- Click "Load unpacked" and select the extension directory
Before using the extension, you need to set up your OpenAI API key:
- Get your API key from OpenAI
- Right-click the extension icon and select "Options"
- Enter your API key in the settings page
- Click the extension icon in your Chrome toolbar
- Click "Open Summary Panel" to open the side panel
- The extension will automatically generate a summary of the current webpage
- Click the "Refresh" button to generate a new summary
The extension is built using vanilla JavaScript and uses the following Chrome APIs:
- chrome.sidePanel
- chrome.runtime
- chrome.storage
- chrome.tabs
MIT License