Analysis updated 2026-05-18
Translate a Chinese or Japanese tech documentation page into English in bilingual view to read the original and translation together.
Select a single sentence on a foreign-language webpage, right-click, and get an instant translation popup without translating the whole page.
Connect your DeepSeek or local Ollama model as the translation engine for faster results on sites you visit regularly.
| inmetx/omniread-v2.2 | acip/slack-claude-agent | alexanderdaly/neurofhe-relay | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | JavaScript | JavaScript | JavaScript |
| Setup difficulty | easy | moderate | easy |
| Complexity | 2/5 | 3/5 | 2/5 |
| Audience | general | developer | researcher |
Figures from each repo's GitHub metadata at analysis time.
Not on the Chrome Web Store, install by enabling developer mode in Chrome and loading the folder as an unpacked extension.
OmniRead is a Chrome browser extension that translates web pages into your preferred language. It can show a bilingual view where the original text and translation appear side by side, or it can replace the original text entirely. You can also select any word or phrase on a page, right-click, and see a translation in a small floating popup. The extension supports two translation engines. The default is Gemini Nano, a model built directly into Chrome, which works completely offline without sending any text to external servers. If you prefer faster or more accurate results, you can connect any OpenAI-compatible API service, such as DeepSeek, ChatGPT, or a locally running Ollama model, by entering your API key in the settings. Translations are cached for seven days, so pages you have already translated load instantly on a second visit without calling the translation engine again. The extension also handles pages that update dynamically, such as social media feeds, detecting and translating new content as it appears. Stopping a translation mid-page cancels in-progress requests immediately to avoid wasting API usage. The project is written in plain JavaScript with no external frameworks and no build tools. You install it in Chrome by enabling developer mode and loading the folder directly. It is not listed in the Chrome Web Store. The source code includes 109 automated tests covering the cache, translation logic, and utility functions. According to the README, the project is intended for personal use and private sharing. It does not include an open-source license. The README is written primarily in Chinese.
A Chrome extension that translates web pages offline using Gemini Nano or any OpenAI-compatible API, with bilingual side-by-side view and phrase-level popup translation.
Mainly JavaScript. The stack also includes JavaScript, Chrome Extension, Gemini Nano.
No open-source license, intended for personal use and private sharing only, all rights reserved.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.