🌐 官方网站 | 🛍️ Chrome 商店 | 💻 源代码
一个基于 Chrome 138+ 新增的本地 Translator API 和 Language Detector API 的离线轻量级翻译扩展,支持自动检测网页语言、自动翻译网页、离线翻译(首次可能需下载模型)、快速出结果。
- Chrome 网上应用商店 (推荐)
- GitHub Releases (下载
.zip
文件手动安装)
访问 https://translation.run/ 了解更多信息,包括:
- 📖 详细使用教程
- 🚀 最新功能介绍
- 💬 用户反馈与支持
- 📥 快速下载链接
- 自动检测来源语言(LanguageDetector)
- 目标语言可选(默认中文)
- 使用浏览器内置 Translator API 本地翻译,隐私安全
- 首次使用自动下载模型,后续离线可用,响应更快
- 一键复制翻译结果
- 朗读翻译结果
- 支持自动/手动翻译当前网页
- 一比一还原Google原生网页翻译
- 选中任意文本即可自动翻译
- 增加漂浮翻译开关
- ✨ 增加网址白名单功能: 增加网址白名单功能,如果开启自动翻译网页功能,则不会自动翻译白名单内的网址。(V1.5.0新增功能)
- Chrome 版本:138+(支持 Translator 与 LanguageDetector)
- 打开 Chrome 地址栏:chrome://extensions
- 打开右上角“开发者模式”开关
- 点击“加载已解压的扩展程序”,选择本项目文件夹
- 点击工具栏扩展图标,打开弹窗使用
- 首次使用提示需要下载模型?
- 正常现象。等待下载完成后即可离线使用。
- 提示语言冲突?
- 某些来源/目标组合不可用,建议切换其他目标语言重试。
- 朗读没有声音?
- 请确认系统音量与可用语音包(不同系统/浏览器对语音合成支持不同)。
本项目采用 Apache License 2.0 开源协议。
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Translator 是开源软件。我们尊重您的隐私权。我们不会采集您的任何数据,所有数据均在您的本地进行使用,不会将您的数据提供给任何人。
当然,您不必听信我们的一家之言。您可以通过阅读源代码来了解 Translator(https://github.com/AnYi-0/Translator/) 的具体行为,或者咨询该方面的专业人士。
Translator is open source software. We respect your privacy rights. We will not collect any data from you, all data will be used locally, and your data will not be provided to anyone.
Of course, you don't have to listen to our family. You can read the source code to learn about the specific behavior of Translator(https://github.com/AnYi-0/Translator/), or consult a professional in the field.