A chrome extension that uses GPT3 to summarize highlighted text.
- Clone this repo into a local folder
- Edit the
background.js
file and add yourOpenAI API Key
on line #10:"Authorization:
Bearer..."`. Save. - Go to:
chrome://extensions
- Make sure
"Developer mode"
is enabled "Load unpacked"
, select the local folder- Go to any page, highlight text, right-click,
"Summarize"
.