Prototype for AOI Lucid Lens project, primarily augmented browsing.
cd lucidlens
- Run
npm run watch
- Open chrome://extensions
- Check the
Developer mode
checkbox - Click on the
Load unpacked extension
button - Select the folder
lucidlens/build
Open the Options page of the extension and enter some OpenAI API key. Try opening some of the following websites and see the magic happen:
- https://www.foxnews.com/
- https://www.cnn.com/
- https://www.breitbart.com/
- https://www.theguardian.com/international
- https://www.bbc.com/news
- https://www.aljazeera.com/
You'll know that a headline has been replaced by a generated ones when it starts with '✨'.
Suggestions and pull requests are welcomed! After changing the code, visit chrome://extensions and click on the reload button to reload the extension.
This project was bootstrapped with Chrome Extension CLI