Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 1.37 KB

README_EN.md

File metadata and controls

34 lines (30 loc) · 1.37 KB

Download

Introduction

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.

Main Features

  • 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.

Plan

  • You can look up and translate words in YouTube subtitles.

Development

npm install
npm run dev:chrome
or
npm run dev:edge

Open the browser extension development mode and load the dist folder.

Build

The dist directory contains the final build output.

npm run build:chrome
or
npm run build:edge

Acknowledgements