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 |
Eメール | [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" } } |