Translate - Translator, Dictionary, TTS

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

O que é Translate - Translator, Dictionary, TTS?

Translate - Translator, Dictionary, TTS é uma extensão do Chrome desenvolvida por https://u-language.com, e sua principal característica é "Accurate translate words, phrases and texts using Google Translate. Full page translator, dictionary and text to speech (TTS).".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Translate - Translator, Dictionary, TTS

Baixe arquivos de extensão Translate - Translator, Dictionary, TTS no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Translate - Translator, Dictionary, TTS Translate - Translator, Dictionary, TTS
ID mnlohknjofogcljbcknkakphddjpijak
URL Oficial https://chromewebstore.google.com/detail/translate-translator-dict/mnlohknjofogcljbcknkakphddjpijak
Descrição Accurate translate words, phrases and texts using Google Translate. Full page translator, dictionary and text to speech (TTS).
Tamanho do Arquivo 850 KB
Contagem de Instalações 1,200,741
Versão Atual 1.4.6
Última Atualização 2023-12-06
Data de Publicação 2021-06-17
Classificação 4.46/5 Total de 1827 Avaliações
Desenvolvedor https://u-language.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.u-language.com/
URL da Página de Política de Privacidade https://u-language.com/privacy-policy.html
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}