Translation Comparison

Translation Comparison translates text and compares translations between Google, Microsoft, Yandex and other translators.

Translation Comparisonคืออะไร?

Translation Comparison เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://about.imtranslator.net และคุณลักษณะหลักของมันคือ "Translation Comparison translates text and compares translations between Google, Microsoft, Yandex and other translators."

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

screenshot
screenshot

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

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

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

                        What's new in this version:

Added back translation

Added the possibility to change the priority order of translation providers in Options.

The Translation Comparison extension translates words, phrases and texts, and compares the translation results between various online translation providers: Google Translate, Microsoft Bing Translator, Yandex Translator and Translator.
The Translation Comparison tool translates between more than 100 languages and displays the translations side-by-side.

Translation Comparison Features

 * customizable side-by-side view: one, two or three translation services
 * interchangeable translation providers
 * complete synchronization of the source text and language pairs between translation providers
 * automatic language detection
 * text-to-speech in 30 languages
 * shortcut keys implementation and customization
 * comparison features customization using Options
 * text editing
 * user interface localization in 22 languages                    

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

ชื่อ Translation Comparison Translation Comparison
ID kicpmhgmcajloefloefojbfdmenhmhjf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/translation-comparison/kicpmhgmcajloefloefojbfdmenhmhjf
คำอธิบาย Translation Comparison translates text and compares translations between Google, Microsoft, Yandex and other translators.
ขนาดไฟล์ 2.14 MB
จำนวนการติดตั้ง 55,502
เวอร์ชันปัจจุบัน 10.2
อัปเดตครั้งล่าสุด 2023-11-07
วันที่เผยแพร่ 2020-03-07
คะแนน 4.44/5 รวมทั้งหมด 106 คะแนน
ผู้พัฒนา https://about.imtranslator.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://about.imtranslator.net/tutorials/user-guides/translation-comparison/
URL หน้าช่วยเหลือ http://about.imtranslator.net/tutorials/user-guides/translation-comparison/
URL หน้านโยบายความเป็นส่วนตัว http://about.imtranslator.net/privacy-policy
ภาษาที่รองรับ de,en,fil,fr,nl,vi,tr,es,it,pl,pt-BR,ro,sk,sv,cs,el,sr,bg,ru,uk,hi,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "content\/js\/bg.js"
        ]
    },
    "browser_action": {
        "default_icon": "content\/img\/icon.png",
        "default_popup": "content\/html\/compare.html",
        "default_title": "__MSG_extName__"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content\/js\/content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/translate.google.com; object-src 'self'",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "content\/img\/icon128.png",
        "16": "content\/img\/icon16.png",
        "32": "content\/img\/icon32.png",
        "48": "content\/img\/icon48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAv4Syl1bn63qIrrUu4XwJddIehhxU9cx+8liYC0JLnWb9BLQsn0095LOXMDgG9NOxpJryn67pJckVhchzN1FIMIyuwEwSM5fE7I1TPdmi6v9wFfovaWtPRoXvMSxWgAu1WU79L1cpXJuP9yF5zzuv6E\/OXKyopBZQqIgpXa6LO88GIIGclcpnm8A7CGaOA5rnEayrn93rpGSHU1tgGx42iG3fd0A69pI85pmu\/92bn1CjjrXfJofeAISp43VJLnYuYCw4KNYgvmkGOFBXsLUSgkFvfdGjzlLat6bfY1WQQ2AHCG0z+28\/1mHo33gAcHiw6dwt0VgOw6sw6ktEhYjnzQIDAQAB",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "Translate",
    "default_locale": "en",
    "options_page": "content\/html\/options\/options.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "unlimitedStorage"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "content\/html\/compare.html",
        "content\/img\/util\/home.png",
        "content\/img\/util\/close.png"
    ],
    "version": "10.2"
}