| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A Chrome (MV3) extension for bilingual inline web page translation. Click once and a translation is inserted under each paragraph, keeping the original text in place. Bring your own API key (BYOK) — it works with any OpenAI-compatible endpoint (OpenAI, DeepSeek, Zhipu, local Ollama, …).
Built with WXT + React + TypeScript.
npm install
npm run dev # launches a dev browser with the extension loadedOr build and load it manually:
npm run build # outputs .output/chrome-mv3Then open chrome://extensions, enable Developer mode, and Load unpacked → select .output/chrome-mv3.
Open the extension's Settings and fill in:
Then open any page, click the extension, and press Translate page.
Note that, as with any BYOK tool, the text you translate is sent to the third-party endpoint you configure. Review that provider's data policy.
| Back | FazBrowse Home | New Git URL |