Quick Translate and Dictionary

Multilanguage Translator, text translator, translate phrases. Full page translator and dictionary, text to speech (TTS).

Quick Translate and Dictionaryคืออะไร?

Quick Translate and Dictionary เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Karen Dunn และคุณลักษณะหลักของมันคือ "Multilanguage Translator, text translator, translate phrases. Full page translator and dictionary, text to speech (TTS)."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quick Translate and Dictionary

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

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

                        Multilanguage Translator the best and easiest way to quickly translate part of the content that you need, such as words, phrases, or even menu items. 

Highlight the word or text you want to translate and you will immediately see the translation into your language. All in one simple and understandable browser extension. 

➖ Completely free. Doesn't require registration or any subscriptions;
➖ Supports over 120 languages;
➖ Automatic language detection;
➖ Text voice acting for 60 languages; 
➖ Reverse translation; 
➖ Works on all sites including Gmail, Facebook, Twitter and others;
➖ Convenient and intuitive user interface of the extension;
➖ Translating words using a dictionary (+ dictionary works offline).

Quick Translator reads and reproduces words, phrases and entire texts using quality human text-to-speech (TTS) translation. It shows transcription and transliteration, also knows how to reproduce words or texts with the correct accent and with correct stress. Learn the correct pronunciation words right away, without postponing it for later!

Functionality:

✔️ Web page Translation - full web page translation with mouse hover translation

✔️ Dictionary  -  Word meaning, pronunciation, synonyms, hypernyms, hyponyms and more.

✔️ Bookmarks  - Keeps track of all the changes you made to your bookmarks. Saving translation history.

✔️ Text to speech - Hear correct pronunciation and play words and texts with correct accent.

✔️ Image translation (image recognition) - Just select the area on the monitor that you want to translate (the principle of work is as in the screenshot tool).

In the new version of the extension, we have added the ability to select translators. Now you do not need to install additional programs or applications to use Google Translate, all in one convenient extension, with all the features that are available for the Quick Translator.

Text-to-speech 
Use TTS function that helps you learn how words sound as well as phonetic transcription.

Full-page translations
Translate entire web pages into your desired language with just one click. This is a new feature provided by Google Translator for free that we integrated into our translator.

Just choose which translator you want to use today: Quick Translator or Google Translate.

We really hope that our translator will be useful to you! We look forward to your feedback and ratings!                    

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

ชื่อ Quick Translate and Dictionary Quick Translate and Dictionary
ID ielooaepfhfcnmihgnabkldnpddnnldl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/quick-translate-and-dicti/ielooaepfhfcnmihgnabkldnpddnnldl
คำอธิบาย Multilanguage Translator, text translator, translate phrases. Full page translator and dictionary, text to speech (TTS).
ขนาดไฟล์ 249 KB
จำนวนการติดตั้ง 1,577,833
เวอร์ชันปัจจุบัน 1.2.8
อัปเดตครั้งล่าสุด 2024-01-09
วันที่เผยแพร่ 2022-10-21
คะแนน 4.83/5 รวมทั้งหมด 422 คะแนน
ผู้พัฒนา Karen Dunn
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ de,en,en-GB,en-US,fil,fr,sw,nl,no,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,ta,ml,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.2.8",
    "default_locale": "en",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "options_ui": {
        "page": "options\/index.html",
        "open_in_tab": true
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup\/index.html"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "*:\/\/*\/"
    ],
    "web_accessible_resources": [
        "js\/*",
        "assets\/*",
        "icons\/*"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "js": [
                "js\/contentScripts.js"
            ],
            "all_frames": true
        }
    ]
}