VU Translator

Translate websites with Vilnius University Machine Translation system.

Co to jest VU Translator?

VU Translator to rozszerzenie Chrome opracowane przez Tilde.com, a jego główną funkcją jest „Translate websites with Vilnius University Machine Translation system.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia VU Translator

Pobierz pliki rozszerzeń VU Translator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        - 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                    

Podstawowe informacje o rozszerzeniu

Nazwa VU Translator VU Translator
ID mljgbmlgjhejalkddjbldadlpiokmabn
Oficjalny URL https://chrome.google.com/webstore/detail/vu-translator/mljgbmlgjhejalkddjbldadlpiokmabn
Opis Translate websites with Vilnius University Machine Translation system.
Rozmiar pliku 19.5 KB
Liczba instalacji 100
Aktualna Wersja 1.2.1
Ostatnia Aktualizacja 2020-12-11
Data Publikacji 2020-12-11
Ocena 4.00/5 Łącznie 1 Oceny
Deweloper Tilde.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://vertimas.vu.lt/
Obsługiwane Języki 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"
    }
}