Mate Translate – translator, dictionary

Your all-in-one translator for web pages, highlighted text, & Netflix subtitles. Translate and learn words in 103 languages.

Mate Translate – translator, dictionaryคืออะไร?

Mate Translate – translator, dictionary เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gikken.co และคุณลักษณะหลักของมันคือ "Your all-in-one translator for web pages, highlighted text, & Netflix subtitles. Translate and learn words in 103 languages."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mate Translate – translator, dictionary

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

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

                        Just like a real-life mate has your back, Mate Translate Extension for Chrome has you covered for all your translation needs. 

Mate helps you easily and effortlessly translate words, phrases and documents from 103 languages. 

Mate’s comprehensive dictionary and custom curated phrasebook will help you accelerate your language learning with both page translation and optional human translation. 

Mate isn’t just for reading and writing but for full language mastery and comprehension. Download your Mate Chrome translator today and never feel lost in language again.

Reading an article on the Internet and don’t know a word? Just select any text on any webpage, press a shortcut and see the translation in an unobtrusive window right on the same page. 

Need to type in some text by yourself and translate it? Just open the Mate pop-up window by clicking on the icon next to your browser address bar. It’s always by your side! 

103 languages
It understands 103 languages. Mate also teaches you how to pronounce correctly. It shows phonetic transcription, transliteration and can speak out words and texts with correct accent.

Full-page translation
Mate can translate entire web pages within one mouse-click! Just select "Translate this page" in the context menu on any page to see it translated to your language.

Synchronization
It synchronizes across all your devices. All your translation & dictionary data will be automatically synchronized between all your browsers, iPhones and Macs you are using Mate on.

Phrasebook
It allows you to create custom word lists with your favorite words. Just give our Mate Phrasebook a try. Easily create & curate word lists which are available even offline. Perfect for language learners or travelers who need to have their word lists always by their side. 

Download Mate today to get your ultimate translation helper for free! 850,000 users worldwide are already using Mate.                    

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

ชื่อ Mate Translate – translator, dictionary Mate Translate – translator, dictionary
ID ihmgiclibbndffejedjimfjmfoabpcke
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mate-translate-%E2%80%93-translat/ihmgiclibbndffejedjimfjmfoabpcke
คำอธิบาย Your all-in-one translator for web pages, highlighted text, & Netflix subtitles. Translate and learn words in 103 languages.
ขนาดไฟล์ 10.91 MB
จำนวนการติดตั้ง 459,627
เวอร์ชันปัจจุบัน 11.0.0
อัปเดตครั้งล่าสุด 2024-02-14
วันที่เผยแพร่ 2020-04-03
คะแนน 4.33/5 รวมทั้งหมด 6468 คะแนน
ผู้พัฒนา https://gikken.co
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://gikken.co/mate-translate/chrome/?ref=CWS
URL หน้าช่วยเหลือ https://help.gikken.co/hc/?ref=CWS
URL หน้านโยบายความเป็นส่วนตัว https://matetranslate.com/privacy
ภาษาที่รองรับ de,en,fr,tr,es,it,pl,pt-BR,ru,uk,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Gikken UG",
    "homepage_url": "https:\/\/gikken.co\/mate-translate\/",
    "icons": {
        "16": "images\/icons\/[email protected]",
        "32": "images\/icons\/[email protected]",
        "48": "images\/icons\/[email protected]",
        "96": "images\/icons\/[email protected]",
        "128": "images\/icons\/[email protected]",
        "256": "images\/icons\/[email protected]"
    },
    "content_scripts": [
        {
            "css": [
                "styles\/pages\/common\/main.css",
                "styles\/ui_components\/tooltip\/helpSelected.css",
                "styles\/ui_components\/dropdown.css",
                "styles\/ui_components\/fpTranslator.css",
                "styles\/ui_components\/contextMenu.css"
            ],
            "js": [
                "content.bundle.js"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true
        }
    ],
    "action": {
        "default_icon": {
            "19": "images\/icons\/[email protected]",
            "38": "images\/icons\/[email protected]"
        },
        "default_title": "__MSG_Kernel_AppName__",
        "default_popup": "window.html"
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "options_ui": {
        "page": "options.html"
    },
    "name": "__MSG_Kernel_AppName__",
    "version": "11.0.0",
    "description": "__MSG_Kernel_AppDescription__",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "contextMenus",
        "storage"
    ],
    "optional_permissions": [
        "notifications"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' *; object-src 'self';"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/*\/*.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}