Translate - Translator, Dictionary, TTS

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

Qu'est-ce que Translate - Translator, Dictionary, TTS ?

Translate - Translator, Dictionary, TTS est une extension Chrome développée par https://u-language.com, et sa fonction principale est "Accurate translate words, phrases and texts using Google Translate. Full page translator, dictionary and text to speech (TTS).".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Translate - Translator, Dictionary, TTS

Téléchargez les fichiers d'extension Translate - Translator, Dictionary, TTS au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Translate - Translator, Dictionary, TTS Translate - Translator, Dictionary, TTS
ID mnlohknjofogcljbcknkakphddjpijak
URL Officiel 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).
Taille du Fichier 850 KB
Nombre d'Installations 1,200,741
Version Actuelle 1.4.6
Dernière Mise à Jour 2023-12-06
Date de Publication 2021-06-17
Évaluation 4.46/5 Total 1827 Évaluations
Développeur https://u-language.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.u-language.com/
URL de la Page de Politique de Confidentialité https://u-language.com/privacy-policy.html
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}