VU Translator

Translate websites with Vilnius University Machine Translation system.

Co je VU Translator?

VU Translator je rozšíření Chrome vyvinuté Tilde.com, a jeho hlavní funkcí je „Translate websites with Vilnius University Machine Translation system.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření VU Translator

Stáhněte si soubory rozšíření VU Translator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        - 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                    

Základní Informace o Rozšíření

Název VU Translator VU Translator
ID mljgbmlgjhejalkddjbldadlpiokmabn
Oficiální URL https://chrome.google.com/webstore/detail/vu-translator/mljgbmlgjhejalkddjbldadlpiokmabn
Popis Translate websites with Vilnius University Machine Translation system.
Velikost souboru 19.5 KB
Počet instalací 100
Aktuální Verze 1.2.1
Poslední Aktualizace 2020-12-11
Datum Vydání 2020-12-11
Hodnocení 4.00/5 Celkem 1 Hodnocení
Vývojář Tilde.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://vertimas.vu.lt/
Podporované Jazyky 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"
    }
}