A Chrome extension that explains highlighted text in simple terms, like you're five years old.
- Highlight any text on a webpage and get a simplified explanation
- Clean, modern UI with intuitive controls
- Copy explanations to clipboard with one click
- Powered by OpenAI's GPT model
- Clone this repository or download it as a ZIP file
- Open Chrome and navigate to
chrome://extensions/
- Enable "Developer mode" by toggling the switch in the top right corner
- Click "Load unpacked" and select the directory containing the extension files
- The ELI5 Buddy extension should now be installed and visible in your Chrome toolbar
Coming soon
- Navigate to any webpage with text you want to understand better
- Highlight the text you want explained
- Click on the ELI5 Buddy extension icon in your toolbar
- Click the "Explain Like I'm Five!" button
- Read the simplified explanation
- Use the copy button to copy the explanation to your clipboard if needed
- Chrome browser
- Basic knowledge of HTML, CSS, and JavaScript
- OpenAI API key (for the explanation service)
- Clone the repository
- Update the
OPENAI_API_KEY
inbackground.js
with your own API key - Load the extension in Chrome as described in the Installation section
To generate the PNG icons from the SVG file, you can use one of the methods described in generate_icons.js
.
MIT
- OpenAI for providing the API that powers the explanations
- Font Awesome for the icons used in the UI