Translator & Dictionary - Translate

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

Vad är Translator & Dictionary - Translate?

Translator & Dictionary - Translate är en Chrome-tillägg utvecklad av Translator App., och dess huvudfunktion är "Translate words, phrases or text on any webpage. Full page translator and dictionary, text to speech (TTS) using Google Translate.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Translator & Dictionary - Translate-förlängningens CRX-fil

Ladda ner Translator & Dictionary - Translate-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Translator & Dictionary - Translate Translator & Dictionary - Translate
ID elpmkbbdldhoiggkjfpgibmjioncklbn
Officiell webbadress https://chromewebstore.google.com/detail/translator-dictionary-tra/elpmkbbdldhoiggkjfpgibmjioncklbn
Beskrivning Translate words, phrases or text on any webpage. Full page translator and dictionary, text to speech (TTS) using Google Translate.
Filstorlek 801 KB
Antal Installationer 567,223
Aktuell Version 1.0.1
Senast Uppdaterad 2023-06-20
Publiceringsdatum 2023-03-20
Betyg 4.76/5 Totalt 373 Betyg
Utvecklare Translator App.
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://sites.google.com/view/translator-web/privacy-policy
Stödda Språk 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": [
                ""
            ]
        }
    ]
}