VU Translator

Translate websites with Vilnius University Machine Translation system.

Wat is VU Translator?

VU Translator is een Chrome-extensie ontwikkeld door Tilde.com, en de belangrijkste functie is "Translate websites with Vilnius University Machine Translation system.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie VU Translator

Download VU Translator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        - 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                    

Basisinformatie over de Extensie

Naam VU Translator VU Translator
ID mljgbmlgjhejalkddjbldadlpiokmabn
Officiële URL https://chrome.google.com/webstore/detail/vu-translator/mljgbmlgjhejalkddjbldadlpiokmabn
Beschrijving Translate websites with Vilnius University Machine Translation system.
Bestandsgrootte 19.5 KB
Aantal Installaties 100
Huidige Versie 1.2.1
Laatst Bijgewerkt 2020-12-11
Publicatiedatum 2020-12-11
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Tilde.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://vertimas.vu.lt/
Ondersteunde Talen 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"
    }
}