Smartcat Translator

Communicate in multiple languages easily with Smartcat Translator

Smartcat Translatorคืออะไร?

Smartcat Translator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Smartcat และคุณลักษณะหลักของมันคือ "Communicate in multiple languages easily with Smartcat Translator"

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

screenshot

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

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

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

                        Stop copy-pasting text snippets into Google Translate and then back again when you’re trying to communicate with people in other languages! Smartcat Translator blends into your everyday workflows, allowing you to quickly translate any text and have the translation inserted back again, saving you time, but also improving the quality of the translation.

Smartcat uses the best MT engines such as DeepL, Amazon MT, Google, ModernMT, Yandex, and others, automatically choosing the best engine for your language pair. But not only that: it reuses past, verified translations to significantly increase the translation quality for repetitive content.

How to use Smartcat Translator:

Install the Smartcat Translator extension and open it in the browser
Log in to your Smartcat account
Choose the source and target languages. Don’t know what language the text is written in? Leave it to the Autodetect feature!
Select the piece of text you want to translate or type it in manually in the source field
Click “Translate”

That’s it! Communicating in a foreign language has never been so easy and convenient!

What is Smartcat?
Smartcat is a professional translation management system that allows you to create robust translation, editing, and proofreading workflows. Smartcat has a built-in marketplace of 400,000+ language professionals and companies ready to take your translation projects to the next level.

If you have any feedback or suggestions, please leave a review in the Reviews tab or write to us at [email protected]                    

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

ชื่อ Smartcat Translator Smartcat Translator
ID fcacddefhoikdgoipclmkgacbnndohoj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/smartcat-translator/fcacddefhoikdgoipclmkgacbnndohoj
คำอธิบาย Communicate in multiple languages easily with Smartcat Translator
ขนาดไฟล์ 961 KB
จำนวนการติดตั้ง 704
เวอร์ชันปัจจุบัน 1.3.1
อัปเดตครั้งล่าสุด 2022-08-04
วันที่เผยแพร่ 2021-12-23
คะแนน 4.33/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Smartcat
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://smartcat.com
ภาษาที่รองรับ de,en,es,ru,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "homepage_url": "https:\/\/smartcat.com\/",
    "description": "Communicate in multiple languages easily with Smartcat Translator",
    "default_locale": "en",
    "permissions": [
        "storage",
        ""
    ],
    "action": [],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "styles.css",
                "\/fonts\/Inter-Regular.ttf",
                "\/fonts\/Inter-SemiBold.ttf"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        },
        {
            "resources": [
                "\/icons\/*",
                "\/img\/*"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ],
    "background": {
        "service_worker": "sw.js"
    },
    "version": "1.3.1"
}