Vocabulary lookup and highlighting extension for Chromium-based browsers.
- Lookup overlay for selected words, with pronunciation and optional translation.
- Popup word list with search/delete and highlight toggle.
- Shortcut support: assign a browser command (default suggested
Alt+W) in your browser’s shortcut settings. Options page provides a direct “Go to shortcut settings” button. - Optional translation when a provider API key is configured in Options.
Supported translation providers:
- Gemini
- DeepSeek
- Moonshot
- OpenAI
- Qwen
- Volcengine
- Zhipu
- Chrome Web Store: WordMark
- Install dependencies:
npm install - Build:
npm run build(outputs todist/) - Load unpacked extension from the
dist/folder in your browser. - After install, Options will open automatically. Click “Go to shortcut settings” to assign the command, then (optionally) configure translation.
Translation is opt-in and disabled by default. To enable it:
- Open Options and turn on “Enable translation (opt-in)”.
- Select a provider.
- Save the provider API key.
- For providers that require it, also save the endpoint URL and model ID.
Notes:
- API keys are stored per provider. Clearing the key only affects the currently selected provider.
- Gemini endpoint/model overrides are optional; leave them empty to use the built-in endpoints and automatic model selection.
- DeepSeek, Moonshot, OpenAI, Qwen, Volcengine, and Zhipu require endpoint URL + model ID to be set.
- Build:
npm run build - Test:
npm test - Lint:
npm run lint
- Chromium/Chrome: shortcut settings at
chrome://extensions/shortcuts - Microsoft Edge: shortcut settings at
edge://extensions/shortcuts
PolyForm Noncommercial License 1.0.0 — noncommercial use only. For commercial licensing, contact the author.



