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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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": [ " |