Skip to content

DeltaLaboratory/translate

Repository files navigation

Translate

Usage

Install the extension from the Chrome Web Store or Build from source.

Select the text you want to translate and right-click to open the context menu, then click the Translate menu. For image translation, right-click on the image and click the Translate Image menu.

Supported Engine

Engine Text Translation Image Translation
Papago ✔️ ✔️

UI Supported Sites

Build from source

  1. Clone the repository
    git clone https://github.com/DeltaLaboratory/translate
  2. Install dependencies (requires Node.js, pnpm)
    pnpm install
  3. Build the extension
    pnpm run build

then load the extension from dist folder.