VU Translator

Translate websites with Vilnius University Machine Translation system.

Qu'est-ce que VU Translator ?

VU Translator est une extension Chrome développée par Tilde.com, et sa fonction principale est "Translate websites with Vilnius University Machine Translation system.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension VU Translator

Téléchargez les fichiers d'extension VU Translator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        - 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                    

Informations de Base sur l'Extension

Nom VU Translator VU Translator
ID mljgbmlgjhejalkddjbldadlpiokmabn
URL Officiel https://chrome.google.com/webstore/detail/vu-translator/mljgbmlgjhejalkddjbldadlpiokmabn
Description Translate websites with Vilnius University Machine Translation system.
Taille du Fichier 19.5 KB
Nombre d'Installations 100
Version Actuelle 1.2.1
Dernière Mise à Jour 2020-12-11
Date de Publication 2020-12-11
Évaluation 4.00/5 Total 1 Évaluations
Développeur Tilde.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://vertimas.vu.lt/
Langues Prises en Charge 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"
    }
}