A simple chrome extension to make web articles readable by kids.
The popup page is React based. I followed instructions in this blog to set this up: https://blog.logrocket.com/creating-chrome-extension-react-typescript/
For building locally:
# Make sure you're in the extensions directory
cd readingtunerex
# Then build.
npm run build
You can then go to chrome://extensions and select the readingtunerex/build
directory by selecting "Add unpackedextension".
The extension is also currently under review in the chrome extension web store.
Because I don't want to pay for your use of OpenAI :X, you need to set up your own OpenAI API.
-
Go to the API keys page (creating an account if you don't have one, etc): https://platform.openai.com/api-keys
-
Create a user API key.
-
Copy the secret key to in the extension popup > Details > API Key.
Note that the key is only stored locally on your browser- you can check the code.