VU Translator
Translate websites with Vilnius University Machine Translation system.
VU Translator क्या है?
VU Translator Tilde.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Translate websites with Vilnius University Machine Translation system."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में VU Translator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
- 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
एक्सटेंशन की मूल जानकारी
नाम | |
ID | mljgbmlgjhejalkddjbldadlpiokmabn |
आधिकारिक URL | https://chrome.google.com/webstore/detail/vu-translator/mljgbmlgjhejalkddjbldadlpiokmabn |
विवरण | Translate websites with Vilnius University Machine Translation system. |
फ़ाइल का आकार | 19.5 KB |
स्थापना संख्या | 100 |
वर्तमान संस्करण | 1.2.1 |
अंतिम अपडेट | 2020-12-11 |
प्रकाशन तिथि | 2020-12-11 |
रेटिंग | 4.00/5 कुल 1 रेटिंग्स |
डेवलपर | Tilde.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://vertimas.vu.lt/ |
समर्थित भाषाएँ | 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" } } |