Quick Translate and Dictionary

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

Was ist Quick Translate and Dictionary?

Quick Translate and Dictionary ist eine Chrome-Erweiterung, die von Karen Dunn entwickelt wurde, und ihr Hauptmerkmal ist "Multilanguage Translator, text translator, translate phrases. Full page translator and dictionary, text to speech (TTS).".

Erweiterungsscreenshots

screenshot

Quick Translate and Dictionary-Erweiterungs-CRX-Datei herunterladen

Laden Sie Quick Translate and Dictionary-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Quick Translate and Dictionary Quick Translate and Dictionary
ID ielooaepfhfcnmihgnabkldnpddnnldl
Offizielle URL https://chromewebstore.google.com/detail/quick-translate-and-dicti/ielooaepfhfcnmihgnabkldnpddnnldl
Beschreibung Multilanguage Translator, text translator, translate phrases. Full page translator and dictionary, text to speech (TTS).
Dateigröße 249 KB
Installationsanzahl 1,577,833
Aktuelle Version 1.2.8
Letztes Update 2024-01-09
Veröffentlichungsdatum 2022-10-21
Bewertung 4.83/5 Insgesamt 422 Bewertungen
Entwickler Karen Dunn
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
        }
    ]
}