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 |
官方網址 | 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" } } |