TranslateLocally for Chrome
TranslateLocally for Chrome is a webextension that enables local and private translation of web pages.
Cos'è TranslateLocally for Chrome?
TranslateLocally for Chrome è un'estensione di Chrome sviluppata da Private.mt, e la sua funzione principale è "TranslateLocally for Chrome is a webextension that enables local and private translation of web pages.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TranslateLocally for Chrome
Scarica i file di estensione TranslateLocally for Chrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | fenadanhohmncaemmgiklcpkeooflaeg |
URL Ufficiale | https://chromewebstore.google.com/detail/translatelocally-for-chro/fenadanhohmncaemmgiklcpkeooflaeg |
Descrizione | TranslateLocally for Chrome is a webextension that enables local and private translation of web pages. |
Dimensione del File | 2.53 MB |
Conteggio Installazioni | 54 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2023-08-24 |
Data di Pubblicazione | 2023-08-24 |
Sviluppatore | Private.mt |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://github.com/jelmervdl/translatelocally-web-ext/issues |
URL della Pagina della Politica sulla Privacy | https://private.mt |
Lingue Supportate | 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": [ " |