Quick Translate and Dictionary

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

Wat is Quick Translate and Dictionary?

Quick Translate and Dictionary is een Chrome-extensie ontwikkeld door Karen Dunn, en de belangrijkste functie is "Multilanguage Translator, text translator, translate phrases. Full page translator and dictionary, text to speech (TTS).".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Quick Translate and Dictionary

Download Quick Translate and Dictionary-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Quick Translate and Dictionary Quick Translate and Dictionary
ID ielooaepfhfcnmihgnabkldnpddnnldl
Officiële URL https://chromewebstore.google.com/detail/quick-translate-and-dicti/ielooaepfhfcnmihgnabkldnpddnnldl
Beschrijving Multilanguage Translator, text translator, translate phrases. Full page translator and dictionary, text to speech (TTS).
Bestandsgrootte 249 KB
Aantal Installaties 1,577,833
Huidige Versie 1.2.8
Laatst Bijgewerkt 2024-01-09
Publicatiedatum 2022-10-21
Beoordeling 4.83/5 Totaal 422 Beoordelingen
Ontwikkelaar Karen Dunn
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
        }
    ]
}