Quick Translate and Dictionary

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

What is Quick Translate and Dictionary?

Quick Translate and Dictionary is a Chrome extension developed by Karen Dunn, and its main feature is "Multilanguage Translator, text translator, translate phrases. Full page translator and dictionary, text to speech (TTS).".

Extension Screenshots

screenshot

Download Quick Translate and Dictionary Extension CRX File

Download Quick Translate and Dictionary extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Quick Translate and Dictionary Quick Translate and Dictionary
ID ielooaepfhfcnmihgnabkldnpddnnldl
Official URL https://chromewebstore.google.com/detail/quick-translate-and-dicti/ielooaepfhfcnmihgnabkldnpddnnldl
Description Multilanguage Translator, text translator, translate phrases. Full page translator and dictionary, text to speech (TTS).
File Size 249 KB
Installation Count 1,577,833
Current Version 1.2.8
Last Updated 2024-01-09
Publish Date 2022-10-21
Rating 4.83/5 Total 422 Ratings
Developer Karen Dunn
Email [email protected]
Payment Type free
Supported Languages 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
        }
    ]
}