AI-enabled Chrome extension
- Run
npm install
- Run
npm run build
this will create a./build
directory - In Chrome, go to
chrome://extensions/
- Turn on Developer Mode
- Click on
Load unpack
and select the./build
directory - Acquire an OpenAI API key here
- Open the extension on a website with an
<article>
HTML element - Paste the OpenAI key into the extension
- Click
Summarize Article