Translation Modes

Two display modes control how the translation sits on the page. The backend you pick also affects how the final pixels are produced.

Display modes (Display tab)

The Display mode selector in the popup has two options:

Overlay (default)

Translated text is rendered in bubbles that sit directly over the original image. The original manga art stays completely untouched underneath, so you can always hover or click to see the original.

  • Font size auto-adjusts to fit each bubble
  • Supports hover-to-see-original and click-to-toggle
  • Fastest visual result — no full-image redraw
Overlay mode showing translated text rendered over original Japanese bubbles

Side-by-Side

Creates a flex wrapper with the original image and the translated version side by side, each at 50% width. Ideal when you want to compare the original text and the translation at the same time — great for language learning.

Side-by-side mode showing original and translated versions next to each other

Backend render styles

Separately from the display mode, each backend produces its translated output in a different way:

BackendWhat the extension showsNotes
Hosted Server (default)Full image swap — the server inpaints over the original text and returns a fully translated imageCleanest visual result; click-toggle restores the original image
OpenAI Vision (BYOK)Canvas overlays drawn on top of the untouched artOriginal pixels preserved; instant click-to-toggle
Ollama (local)Canvas overlays drawn on top of the untouched artSame as OpenAI — runs entirely offline
Hosted server backend showing a fully translated manga page
Not sure what to pick?

Leave everything on defaults. You'll get the Hosted Server backend with Overlay display — clean, fast, and requires no setup.