Translate - Translator, Dictionary, TTS

Accurate translate words, phrases and texts using Google Translate. Full page translator, dictionary and text to speech (TTS).

What is Translate - Translator, Dictionary, TTS?

Translate - Translator, Dictionary, TTS is a Chrome extension developed by https://u-language.com, and its main feature is "Accurate translate words, phrases and texts using Google Translate. Full page translator, dictionary and text to speech (TTS).".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Translate - Translator, Dictionary, TTS Extension CRX File

Download Translate - Translator, Dictionary, TTS 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

                        Translator uLanguage 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).

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 - 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 uLanguage.

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 Translate for free that we integrated into our translator.

We really hope that our extension will be useful to you! We look forward to your feedback and ratings! Also write your suggestions for improving the functionality.                    

Extension Basic Information

Name Translate - Translator, Dictionary, TTS Translate - Translator, Dictionary, TTS
ID mnlohknjofogcljbcknkakphddjpijak
Official URL https://chromewebstore.google.com/detail/translate-translator-dict/mnlohknjofogcljbcknkakphddjpijak
Description Accurate translate words, phrases and texts using Google Translate. Full page translator, dictionary and text to speech (TTS).
File Size 850 KB
Installation Count 1,200,741
Current Version 1.4.6
Last Updated 2023-12-06
Publish Date 2021-06-17
Rating 4.46/5 Total 1827 Ratings
Developer https://u-language.com
Email [email protected]
Payment Type free
Extension Website https://www.u-language.com/
Privacy Policy Page URL https://u-language.com/privacy-policy.html
Supported Languages id,ms,de,en,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "short_name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.4.6",
    "icons": {
        "16": "assets\/img\/icon280.png",
        "48": "assets\/img\/icon280.png",
        "128": "assets\/img\/icon280.png",
        "256": "assets\/img\/icon280.png"
    },
    "action": {
        "default_popup": "frame\/popup.html",
        "default_icon": "assets\/img\/icon280.png",
        "default_title": "Translator"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "contextMenus",
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/lib\/purify.min.js",
                "js\/lib\/mustache.min.js",
                "js\/lib\/jquery-3.4.1.min.js",
                "js\/locales.js",
                "js\/env.js",
                "js\/piwik.js",
                "js\/cache.js",
                "js\/translateContent.js",
                "js\/translate.js",
                "js\/lib\/jquery-ui.min.js",
                "js\/lib\/jquery.btnswitch.js",
                "frame\/Scripts\/small-translate.js",
                "frame\/Scripts\/overlay.js",
                "frame\/Scripts\/cs.js",
                "js\/contentScript.js"
            ],
            "css": [
                "assets\/styles\/share-modal.css",
                "assets\/styles\/main.css",
                "assets\/styles\/jquery.btnswitch.css",
                "assets\/css\/jquery-ui.min.css",
                "assets\/styles\/frame-main-small.css",
                "assets\/css\/frame-main.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/Images\/*.svg",
                "assets\/Images\/*.png",
                "assets\/Images\/*.gif",
                "assets\/Images\/flags\/*.png",
                "assets\/img\/icon280.png",
                "frame\/*.html",
                "frame\/*.html\/Scripts\/iframeResizer.contentWindow.min.js",
                "frame\/translate.html\/Scripts\/iframeResizer.contentWindow.min.js",
                "frame\/languages.json",
                "frame\/all_locales.json",
                "frame\/supported_languages.json"
            ],
            "matches": [
                ""
            ]
        }
    ]
}