Translator & Dictionary - Translate

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

Что такое Translator & Dictionary - Translate?

Translator & Dictionary - Translate - это расширение Chrome, разработанное Translator App., и его основная функция - "Translate words, phrases or text on any webpage. Full page translator and dictionary, text to speech (TTS) using Google Translate.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Translator & Dictionary - Translate

Скачайте файлы расширений Translator & Dictionary - Translate в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Translator & Dictionary - Translate Translator & Dictionary - Translate
ID elpmkbbdldhoiggkjfpgibmjioncklbn
Официальный URL https://chromewebstore.google.com/detail/translator-dictionary-tra/elpmkbbdldhoiggkjfpgibmjioncklbn
Описание Translate words, phrases or text on any webpage. Full page translator and dictionary, text to speech (TTS) using Google Translate.
Размер файла 801 KB
Количество установок 567,223
Текущая Версия 1.0.1
Последнее Обновление 2023-06-20
Дата публикации 2023-03-20
Рейтинг 4.76/5 Всего 373 оценок
Разработчик Translator App.
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://sites.google.com/view/translator-web/privacy-policy
Поддерживаемые языки 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": [
                ""
            ]
        }
    ]
}