VU Translator

Translate websites with Vilnius University Machine Translation system.

What is VU Translator?

VU Translator is a Chrome extension developed by Tilde.com, and its main feature is "Translate websites with Vilnius University Machine Translation system.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download VU Translator Extension CRX File

Download VU Translator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        - 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                    

Extension Basic Information

Name VU Translator VU Translator
ID mljgbmlgjhejalkddjbldadlpiokmabn
Official URL https://chrome.google.com/webstore/detail/vu-translator/mljgbmlgjhejalkddjbldadlpiokmabn
Description Translate websites with Vilnius University Machine Translation system.
File Size 19.5 KB
Installation Count 100
Current Version 1.2.1
Last Updated 2020-12-11
Publish Date 2020-12-11
Rating 4.00/5 Total 1 Ratings
Developer Tilde.com
Email [email protected]
Payment Type free
Extension Website https://vertimas.vu.lt/
Supported Languages 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"
    }
}