Translate - Translator, Dictionary, TTS

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

Τι είναι το Translate - Translator, Dictionary, TTS;

Το Translate - Translator, Dictionary, TTS είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://u-language.com, και η κύρια λειτουργία του είναι "Accurate translate words, phrases and texts using Google Translate. Full page translator, dictionary and text to speech (TTS).".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Translate - Translator, Dictionary, TTS

Λήψη αρχείων επέκτασης Translate - Translator, Dictionary, TTS σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Translate - Translator, Dictionary, TTS Translate - Translator, Dictionary, TTS
ID mnlohknjofogcljbcknkakphddjpijak
Επίσημο URL https://chromewebstore.google.com/detail/translate-translator-dict/mnlohknjofogcljbcknkakphddjpijak
Περιγραφή Accurate translate words, phrases and texts using Google Translate. Full page translator, dictionary and text to speech (TTS).
Μέγεθος Αρχείου 850 KB
Αριθμός Εγκαταστάσεων 1,200,741
Τρέχουσα Έκδοση 1.4.6
Τελευταία Ενημέρωση 2023-12-06
Ημερομηνία Δημοσίευσης 2021-06-17
Αξιολόγηση 4.46/5 Συνολικά 1827 Αξιολογήσεις
Προγραμματιστής https://u-language.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.u-language.com/
URL της Σελίδας Πολιτικής Απορρήτου https://u-language.com/privacy-policy.html
Υποστηριζόμενες Γλώσσες 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": [
                ""
            ]
        }
    ]
}