Lingvanex translator and dictionary. Voice

Lingvanex Translator is a modern translation application for over 108 languages

Lingvanex translator and dictionary. Voiceคืออะไร?

Lingvanex translator and dictionary. Voice เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://lingvanex.com และคุณลักษณะหลักของมันคือ "Lingvanex Translator is a modern translation application for over 108 languages"

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lingvanex translator and dictionary. Voice

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

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

                        Translate words & phrases, read any text on more than 108 languages.

Lingvanex Translator helps you easily understand words, phrases, on any language! Just highlight a word or phrase, click on Translate icon next to it to translate it to your language. The extension reads words and whole phrases using human-quality text-to-speech. Listen to pronunciation and discover real-life examples of usage.
 
AI-based machine translation will give you a fast and accurate translation on more than 108 languages almost instantly.

FEATURES:

► DICTIONARY

Word meaning, pronunciation, synonyms, hypernyms, hyponyms and more.

► TRANSLATE IN CONTEXT

Find common expressions and see examples depending on the context.

► TEXT TO SPEECH

Lingvanex Translator teaches you how to pronounce correctly. It shows phonetic transcription, transliteration and can speak out words and texts with the correct accents.

► IMAGE RECOGNITION

Select an area on any webpage, Lingvanex Translator will recognize text and automatically translate it to your language.

► FULL-PAGE TRANSLATION

Translate entire web pages within one mouse-click.

► BOOKMARKS & HISTORY

With only one account, you can get access to your saved words and the translation history in all Lingvanex apps across platforms.

Available in 30+ more languages user interface. You can select your language in the settings.

You can familiarize yourself with the list of supported languages by following this link https://lingvanex.com/language-features/ .

Translation, translation examples, translate, learn, auto language detection, translation in context, AI-powered text translation, audio pronunciation, text to speech, TTS, dictionary, synonyms, verb conjugation.                    

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

ชื่อ Lingvanex translator and dictionary. Voice Lingvanex translator and dictionary. Voice
ID kdamfjkjgaidaigdfelkpgdnbigclccc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/lingvanex-translator-and/kdamfjkjgaidaigdfelkpgdnbigclccc
คำอธิบาย Lingvanex Translator is a modern translation application for over 108 languages
ขนาดไฟล์ 2.1 MB
จำนวนการติดตั้ง 13,325
เวอร์ชันปัจจุบัน 3.1.0
อัปเดตครั้งล่าสุด 2023-09-21
วันที่เผยแพร่ 2020-05-29
คะแนน 4.14/5 รวมทั้งหมด 249 คะแนน
ผู้พัฒนา https://lingvanex.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://lingvanex.com/products/extensions/chrome/
URL หน้าช่วยเหลือ https://lingvanex.com/support/
URL หน้านโยบายความเป็นส่วนตัว https://lingvanex.com/privacy-policy
ภาษาที่รองรับ id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,fa,hi,th,am-ET,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "short_name": "Lingvanex",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "3.1.0",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png",
        "256": "img\/icon256.png"
    },
    "action": {
        "default_icon": {
            "16": "img\/icon16.png",
            "48": "img\/icon48.png"
        },
        "default_title": "Lingvanex Translator"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "contextMenus",
        "notifications",
        "sidePanel",
        "storage",
        "tabs",
        "scripting"
    ],
    "side_panel": {
        "default_path": "frame\/popup.html"
    },
    "background": {
        "service_worker": "scripts\/background.min.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/content.min.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "frame\/Images\/*.svg",
                "frame\/Images\/*.png",
                "frame\/Images\/*.gif",
                "frame\/Images\/flags\/*.png",
                "webfonts\/*.eot",
                "webfonts\/*.svg",
                "webfonts\/*.ttf",
                "webfonts\/*.woff",
                "webfonts\/*.woff2",
                "img\/icon20.svg",
                "frame\/*.html",
                "frame\/languages.json",
                "frame\/supported_languages.json",
                "frame\/all_locales.json"
            ],
            "matches": [
                ""
            ]
        }
    ]
}