Skip to content

DevonFulcher/ai-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Extension

AI-enabled Chrome extension

extension screenshot

Running Locally

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