English | 简体中文
Lingo Link is a browser extension primarily designed for translation of selected text, aimed at assisting with reading foreign language original texts and improving language skills in the process. The plugin is designed to be simple and aesthetically pleasing.
- Word Lookup: Youdao Dictionary Simplified, Youdao Dictionary Collins
- Translation: Youdao Translation, Google Translation, OpenAI, Gemi, Moonshot, Deepseek, etc. Large model translations require an API key.
- Vocabulary Marking: Collected new words will be marked on the webpage.
npm install
npm run dev:chrome
or
npm run dev:edge
Open the browser extension development mode and load the dist folder.
The dist directory contains the final build output.
npm run build:chrome
or
npm run build:edge