Translator & Dictionary - Translate

Translate words, phrases or text on any webpage. Full page translator and dictionary, text to speech (TTS) using Google Translate.

Qu'est-ce que Translator & Dictionary - Translate ?

Translator & Dictionary - Translate est une extension Chrome développée par Translator App., et sa fonction principale est "Translate words, phrases or text on any webpage. Full page translator and dictionary, text to speech (TTS) using Google Translate.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

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

Téléchargez les fichiers d'extension Translator & Dictionary - Translate 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 is the most effective and user-friendly solution for swiftly translating specific content, be it words, phrases, or even menu items. By simply highlighting the desired word or text, you can instantly view its translation in your preferred language. This convenient browser extension encompasses all these functionalities in one easy-to-use package.

Here are the key features:
► Completely free, no registration or subscriptions required.
► Supports over 120 languages.
► Automatically detects the language.
► Offers text-to-speech for 60 languages.
► Provides reverse translation.
► Works on all websites, including Gmail, Facebook, Twitter, and more.
► Boasts a user-friendly and intuitive interface.
► Utilizes a dictionary for word translation (dictionary works offline).

Web Translator employs high-quality human text-to-speech (TTS) translation to accurately read and reproduce words, phrases, and entire texts. It also displays transcription, transliteration, correct accentuation, and stress patterns, allowing you to instantly learn the correct pronunciation without delay.

Functionalities include:
1. Page Translation: Translates entire web pages by hovering the mouse over the desired text.
2. Dictionary: Provides word meanings, pronunciation, synonyms, hypernyms, hyponyms, and more.
3. Bookmarks: Keeps track of all your bookmarked translations and saves your translation history.
4. Text-to-Speech: Enables you to hear accurate pronunciation and play words and texts with the correct accent.
5. Image Translation: Select the area on your screen that you wish to translate, following the screenshot tool's working principle.

Make use of the TTS function to enhance your understanding of how words are pronounced, including phonetic transcription.

Full Page Translations
Translate entire web pages into your desired language effortlessly with a single click. This new feature, integrated from Google Translator, is available for free in our translator.

Translation History
All translation history is stored in your browser's local storage. To find or delete your translation history, click the extension icon in the top right corner of your browser. Then click the "Show translation history" icon in the pop-up window. This translator does not use any cloud storage.

Translate while reading
Learn a language by reading whatever you like. Translate words & phrases live on any web page. Click words or phrases on any site to translate them.

Simply select which translator you would like to use today: own new Web Translate or Google Translate.

We genuinely hope that our translator proves valuable to you! We eagerly await your feedback and ratings.                    

Informations de Base sur l'Extension

Nom Translator & Dictionary - Translate Translator & Dictionary - Translate
ID elpmkbbdldhoiggkjfpgibmjioncklbn
URL Officiel https://chromewebstore.google.com/detail/translator-dictionary-tra/elpmkbbdldhoiggkjfpgibmjioncklbn
Description Translate words, phrases or text on any webpage. Full page translator and dictionary, text to speech (TTS) using Google Translate.
Taille du Fichier 801 KB
Nombre d'Installations 567,223
Version Actuelle 1.0.1
Dernière Mise à Jour 2023-06-20
Date de Publication 2023-03-20
Évaluation 4.76/5 Total 373 Évaluations
Développeur Translator App.
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://sites.google.com/view/translator-web/privacy-policy
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-BR,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,zh-CN,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.0.1",
    "icons": {
        "16": "helpers\/icons\/icon280.png",
        "48": "helpers\/icons\/icon280.png",
        "128": "helpers\/icons\/icon280.png",
        "256": "helpers\/icons\/icon280.png"
    },
    "action": {
        "default_popup": "popupView\/html\/popup.html",
        "default_icon": "helpers\/icons\/icon280.png",
        "default_title": "Translator"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "contextMenus",
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": "js\/bg.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/libs\/purify.min.js",
                "js\/libs\/mustache.min.js",
                "js\/libs\/jquery-3.4.1.min.js",
                "js\/locales.js",
                "js\/browser.js",
                "js\/piwikHelper.js",
                "js\/localCache.js",
                "js\/translateContent.js",
                "js\/translate.js",
                "js\/libs\/jquery-ui.min.js",
                "js\/libs\/jquery.btnswitch.js",
                "popupView\/js\/smallTranslateHelper.js",
                "popupView\/js\/overlayHelper.js",
                "popupView\/js\/csHelper.js",
                "js\/content.js"
            ],
            "css": [
                "helpers\/css\/share-modal.css",
                "helpers\/css\/main.css",
                "helpers\/css\/jquery.btnswitch.css",
                "helpers\/css\/jquery-ui.min.css",
                "helpers\/css\/frame-main-small.css",
                "helpers\/css\/frame-main.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "helpers\/icons\/*.svg",
                "helpers\/icons\/*.png",
                "helpers\/icons\/*.gif",
                "helpers\/icons\/flags\/*.png",
                "helpers\/icons\/icon280.png",
                "popupView\/*.html",
                "popupView\/*.html\/Scripts\/iframeResizer.contentWindow.min.js",
                "popupView\/translate.html\/Scripts\/iframeResizer.contentWindow.min.js",
                "popupView\/data\/languagesData.json",
                "popupView\/data\/allLocalesData.json",
                "popupView\/data\/supportedLanguagesData.json"
            ],
            "matches": [
                ""
            ]
        }
    ]
}