Summarize is a Chrome browser extension that summarizes web articles using OpenAI's API and Mozilla's Readability parser. It requires you to provide your own OpenAI API key.
Download and install the extension from the Chrome Web Store.
Launch the extension to open the settings, set your OpenAI API key, choose the desired model, and optionally edit the prompt.
Launch the extension to summarize the current article using OpenAI. For convenience, set a keyboard shortcut (chrome://extensions/shortcuts
), e.g., ^S
, to quickly launch the extension.
Clone the repository and run:
yarn install
yarn build
Open the Extensions (chrome://extensions/
) page in your browser, enable Developer mode (top-right corner), click Load unpacked (top-left corner), navigate to the summarize/release
folder in this repository, and select it.
Summarize collects no user data.