VU Translator
Translate websites with Vilnius University Machine Translation system.
O que é VU Translator?
VU Translator é uma extensão do Chrome desenvolvida por Tilde.com, e sua principal característica é "Translate websites with Vilnius University Machine Translation system.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão VU Translator
Baixe arquivos de extensão VU Translator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
- 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
Informações Básicas da Extensão
Nome | |
ID | mljgbmlgjhejalkddjbldadlpiokmabn |
URL Oficial | https://chrome.google.com/webstore/detail/vu-translator/mljgbmlgjhejalkddjbldadlpiokmabn |
Descrição | Translate websites with Vilnius University Machine Translation system. |
Tamanho do Arquivo | 19.5 KB |
Contagem de Instalações | 100 |
Versão Atual | 1.2.1 |
Última Atualização | 2020-12-11 |
Data de Publicação | 2020-12-11 |
Classificação | 4.00/5 Total de 1 Avaliações |
Desenvolvedor | Tilde.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://vertimas.vu.lt/ |
Idiomas Suportados | 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" } } |