VU Translator

Translate websites with Vilnius University Machine Translation system.

Cos'è VU Translator?

VU Translator è un'estensione di Chrome sviluppata da Tilde.com, e la sua funzione principale è "Translate websites with Vilnius University Machine Translation system.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione VU Translator

Scarica i file di estensione VU Translator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        - 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                    

Informazioni di Base sull'Estensione

Nome VU Translator VU Translator
ID mljgbmlgjhejalkddjbldadlpiokmabn
URL Ufficiale https://chrome.google.com/webstore/detail/vu-translator/mljgbmlgjhejalkddjbldadlpiokmabn
Descrizione Translate websites with Vilnius University Machine Translation system.
Dimensione del File 19.5 KB
Conteggio Installazioni 100
Versione Corrente 1.2.1
Ultimo Aggiornamento 2020-12-11
Data di Pubblicazione 2020-12-11
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore Tilde.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://vertimas.vu.lt/
Lingue Supportate 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"
    }
}