LexiLoop is a self-contained Chrome extension that simplifies complex text for ESL learners and individuals with reading difficulties. It uses AI (DeepSeek) directly from the extension - no backend server required!
- One-Click Simplification: Select text → Click "Simplify" button
- Context Menu: Right-click selected text → "Simplify with LexiLoop"
- Keyboard Shortcuts: Ctrl+Shift+S to simplify, Ctrl+Shift+L for popup
- Accessibility: Text-to-speech, adjustable font sizes, dark mode
- Works Everywhere: On any webpage, no server needed
-
Download/Clone this repository
-
Open Chrome and go to
chrome://extensions/ -
Enable Developer mode (toggle in top-right corner)
-
Click "Load unpacked" and select the
lexiloop-extension-v2folder -
Done! The LexiLoop icon appears in your toolbar
- Select any text on a webpage
- Click the "Simplify" button that appears
- View the simplified result
- Select text on any webpage
- Right-click → "Simplify with LexiLoop"
- Select text
- Press Ctrl+Shift+S (or Cmd+Shift+S on Mac)
- Click the LexiLoop icon in toolbar
- Paste or type text
- Click "Simplify Text"
The API key is stored in config.js. To use your own key:
- Open
lexiloop-extension-v2/config.js - Replace the
DEEPSEEK_API_KEYvalue with your key - Reload the extension in
chrome://extensions/
Get an API key from: https://platform.deepseek.com/
lexiloop-extension-v2/
├── manifest.json # Extension configuration
├── config.js # API key and settings
├── background.js # Service worker (API calls)
├── contentScript.js # Page interaction
├── popup.html/js # Extension popup
├── panel.html/js # Full panel interface
├── result.html/js # Results display
└── icon.png # Extension icon
- Check that your API key in
config.jsis valid - Ensure you have internet connection
- Try reloading the extension
- Go to
chrome://extensions/ - Make sure LexiLoop is enabled
- Click the refresh icon
- Go to
chrome://extensions/shortcuts - Check/set your preferred shortcuts
- Chrome or Edge browser (Manifest V3 compatible)
- DeepSeek API key - Get from https://platform.deepseek.com/
Created for SOEN 357 - User Interface Design at Concordia University.