/ai-extension

AI-enabled Chrome extension

Primary LanguageTypeScript

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