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
        }
    ]
}