VU Translator
Translate websites with Vilnius University Machine Translation system.
什么是VU Translator?
VU Translator是由Tilde.com开发的Chrome扩展程序,该扩展的主要功能是“Translate websites with Vilnius University Machine Translation system.”。
扩展截图
下载VU Translator扩展crx文件
下载VU Translator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
- Deep neural network-based machine translation for Lithuanian-English-Lithuanian, Lithuanian-French-Lithuanian, Lithuanian-German-Lithuanian, Lithuanian-Polish-Lithuanian and Lithuanian-Russian-Lithuanian language pairs - Trained for the translation of general, legal and IT texts - Provides real-time webpage translation - A great alternative to free online translators - A Lithuanian product Right-click to access the plugin through context menu and get redirected to website translation interface
扩展基本信息
名称 | |
ID | mljgbmlgjhejalkddjbldadlpiokmabn |
官方URL | https://chrome.google.com/webstore/detail/vu-translator/mljgbmlgjhejalkddjbldadlpiokmabn |
简介 | Translate websites with Vilnius University Machine Translation system. |
文件大小 | 19.5 KB |
安装次数 | 100 |
当前版本 | 1.2.1 |
更新时间 | 2020-12-11 |
上架时间 | 2020-12-11 |
评分 | 4.00/5 共1次评分 |
开发者 | Tilde.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://vertimas.vu.lt/ |
支持的语言 | en,fr,lt |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.2.1", "permissions": [ "contextMenus", "tabs" ], "background": { "scripts": [ "LetsMTContextMenu.js" ] }, "icons": { "16": "logo-16.png", "48": "logo-48.png", "128": "logo-128.png" } } |