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은(는) Translator App.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Translate words, phrases or text on any webpage. Full page translator and dictionary, text to speech (TTS) using Google Translate."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Translator & Dictionary - Translate 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": [
                ""
            ]
        }
    ]
}