This Chrome extension takes the selected word and uses a Language Model to explain it in simple terms. Whether you're a student, a professional, or just curious about the world around you, this tool is designed to help you understand complex concepts and expand your vocabulary. Further, it requires no dependencies, making the code easy to review for security purposes.
- Text Simplification: Explains complex text in a easy to understand language.
- Secure: This code is WYSIWYG and does not require any dependencies to run.
- Utilizes Ollama: Easy to switch to another model.
- Clone the repository to your local machine using
git clone https://github.com/tobias-varden/llama-explain-extension.git
. - Open the Extension Management page by navigating to
chrome://extensions
. - Enable Developer Mode by clicking the toggle switch next to Developer mode.
- Click the Load unpacked button and select the extension directory.
When you come across complex text on a website, simply select it then click the Llama Explain Extension icon in the context menu. The text will be explained for you.
This project is licensed under the MIT License.