VU Translator

Translate websites with Vilnius University Machine Translation system.

VU Translatorคืออะไร?

VU Translator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tilde.com และคุณลักษณะหลักของมันคือ "Translate websites with Vilnius University Machine Translation system."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VU Translator

ดาวน์โหลดไฟล์ส่วนขยาย VU Translator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        - 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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ VU Translator VU Translator
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"
    }
}