Translate - Translator, Dictionary, TTS

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

¿Qué es Translate - Translator, Dictionary, TTS?

Translate - Translator, Dictionary, TTS es una extensión de Chrome desarrollada por https://u-language.com, y su función principal es "Accurate translate words, phrases and texts using Google Translate. Full page translator, dictionary and text to speech (TTS).".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Translate - Translator, Dictionary, TTS

Descarga archivos de extensión Translate - Translator, Dictionary, TTS en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Translate - Translator, Dictionary, TTS Translate - Translator, Dictionary, TTS
ID mnlohknjofogcljbcknkakphddjpijak
URL Oficial https://chromewebstore.google.com/detail/translate-translator-dict/mnlohknjofogcljbcknkakphddjpijak
Descripción Accurate translate words, phrases and texts using Google Translate. Full page translator, dictionary and text to speech (TTS).
Tamaño del Archivo 850 KB
Cantidad de Instalaciones 1,200,741
Versión Actual 1.4.6
Última Actualización 2023-12-06
Fecha de Publicación 2021-06-17
Calificación 4.46/5 Total de 1827 Calificaciones
Desarrollador https://u-language.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.u-language.com/
URL de la Página de Política de Privacidad https://u-language.com/privacy-policy.html
Idiomas Soportados 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": [
                ""
            ]
        }
    ]
}