A Chrome extension for translating English webpages into Korean with Chrome's built-in Translator API while preserving the original text.
- Translate English webpages into Korean with Chrome's built-in Translator API
- Start, cancel, and stop translation from the toolbar
- Choose original + translation, translation + original, or translation-only display
- Translate page titles, paragraphs, lists, quotes, captions, and table cells
- Detect English content blocks even when a site's UI language is Korean
- Prioritize visible content on long pages and handle dynamically changing pages
- Continue manual translation across same-origin navigation
- Automatically translate registered hostnames
- Customize 10 translation display styles, colors, bold, and italic text
- View translation model status and download progress
- Export, import, and reset settings
- Skip translation when a page is already in the target language
- Require an explicit English declaration or a conservative English signal for undeclared Latin text
- Leave code, preformatted text, and form controls unchanged
- Remove only the nodes, attributes, and styles added by Translight when translation is stopped
Install the extension from the Chrome Web Store.
See the Help page for setup instructions and usage details.
- Vue 3
- Vite
- Chrome Extension Manifest V3
- Chrome built-in Translator API
npm installnpm run buildnpm run checknpm run package./pack.shnpm run dev