Skip to content

Latest commit

 

History

History
65 lines (45 loc) · 2.47 KB

File metadata and controls

65 lines (45 loc) · 2.47 KB

OnType Translate


Chrome Web Store Firefox Add-ons

A browser extension for in‑place translation, using a hotkey to automatically translate newly typed text without leaving the keyboard. It reduces the natural delay of writing in a second language and keeps the message flow close to native. Useful for communicating with clients who speak other languages, participating in forums, running AI workflows where models perform better in a specific language. Integrates MyMemory (default), Google Translate, and DeepL.

Features

Hotkey translation

Translates newly typed text in place with a hotkey. Default: Ctrl+Shift+Y (Chrome and Firefox).

Languages and providers (MyMemory, Google, DeepL)

Select source/target languages and the translation provider.

Configurable shortcuts

Customize shortcuts in your browser settings. Toggle: Alt+L.

Undo last translation

Use Ctrl+Alt+Z to revert the last translation in the active field.


OnType Translate Screenshot

For Developers

To get a local copy up and running, follow these steps.

  1. Clone the repository:
    git clone https://github.com/augustocesarperin/ontype-translator-extension.git

  2. Load the extension in your browser:

    • Chrome/Edge:
      1. Open chrome://extensions or edge://extensions.
      2. Enable Developer mode.
      3. Click Load unpacked.
      4. Select the cloned repository folder.
    • Firefox:
      1. Open about:debugging#/runtime/this-firefox.
      2. Click Load Temporary Add-on....
      3. Open the repository folder and select the manifest.json file.