TranslateLocally for Chrome
TranslateLocally for Chrome is a webextension that enables local and private translation of web pages.
什麼是TranslateLocally for Chrome?
TranslateLocally for Chrome是由Private.mt開發的Chrome擴展程式,該擴展的主要功能是“TranslateLocally for Chrome is a webextension that enables local and private translation of web pages.”。
擴展截圖
下載TranslateLocally for Chrome擴展crx文件
下載TranslateLocally for Chrome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
TranslateLocally brings state-of-the-art machine translation to your own, private device. Unlike other translators, it does not rely on the cloud. Your text never leaves your device. And it also works just as fast when you have a bad or no connection to the internet. Features: - Translate all text on a website (including highly dynamic sites like Youtube, Twitter) - Translate selected text only (Select text and right-click "Translate selection") - Help you translate text in forms (Right-click a form field and click "Type to translate…") This extension for Chrome integrates the features of TranslateLocally in your browser. It works without the TranslateLocally desktop application[1], but if you have it installed, TranslateLocally for Chrome will work even faster and be able to access the translation language models with the desktop app. This extension is free to use for personal use. TranslateLocally is one of the products to come out of the Bergamot project[2]. The Bergamot Project Consortium is coordinated by the University of Edinburgh with partners Charles University in Prague, the University of Sheffield, University of Tartu, and Mozilla. This project has received funding from the 🇪🇺 European Union’s Horizon 2020 research and innovation programme under grant agreement No 825303. [1]: https://translatelocally.com [2]: https://browser.mt
擴展基本資訊
名稱 | |
ID | fenadanhohmncaemmgiklcpkeooflaeg |
官方網址 | https://chromewebstore.google.com/detail/translatelocally-for-chro/fenadanhohmncaemmgiklcpkeooflaeg |
簡介 | TranslateLocally for Chrome is a webextension that enables local and private translation of web pages. |
檔案大小 | 2.53 MB |
安裝次數 | 54 |
目前版本 | 0.0.1 |
更新時間 | 2023-08-24 |
上架時間 | 2023-08-24 |
開發者 | Private.mt |
付費類型 | free |
說明頁面URL | https://github.com/jelmervdl/translatelocally-web-ext/issues |
隱私政策頁面URL | https://private.mt |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "TranslateLocally for Chrome", "version": "0.0.1", "permissions": [ "contextMenus", "tabs", "storage", "nativeMessaging", "offscreen" ], "host_permissions": [ "https:\/\/translatelocally.com\/models.json", "https:\/\/data.statmt.org\/bergamot\/models\/*" ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'" }, "content_scripts": [ { "matches": [ " |