Simple Translator - Dictionary

Multilanguage text translator with full-page translation, built-in dictionary, and text-to-speech (TTS) functionality

Simple Translator - Dictionary란 무엇입니까?

Simple Translator - Dictionary은(는) kevpadilla145에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Multilanguage text translator with full-page translation, built-in dictionary, and text-to-speech (TTS) functionality"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Multilanguage text translator with full-page translation, built-in dictionary, and text-to-speech (TTS) functionality

🌐 Multilanguage Translator: The optimal and simplest method to swiftly interpret specific content, be it words, phrases, or even menu items.

🔍 Highlight the desired word or text for an instant translation into your language. All within a user-friendly browser extension.

➖ Completely free. No registration or subscriptions required.
➖ Supports 120+ languages.
➖ Auto language detection.
➖ Text-to-voice feature for 60 languages.
➖ Reverse translation.
➖ Compatible with all sites, including Gmail, Facebook, Twitter, and more.
➖ Streamlined and intuitive extension interface.
➖ Word translation using a dictionary (offline functionality).

🗣️ Quick Translator: Reads and vocalizes words, phrases, and texts using high-quality human text-to-speech (TTS) translation. Displays transcription and transliteration, ensuring correct accent and stress. Learn accurate word pronunciation instantly!

🎚️ Functionality:

🔍 Web Page Translation - Translate entire web pages with hover translation.
📘 Dictionary - Word meaning, pronunciation, synonyms, hypernyms, hyponyms, and more.
🔖 Bookmarks - Tracks changes made to bookmarks, saving translation history.
🔊 Text-to-Speech - Hear correct pronunciation and play words and texts with the right accent.
🖼️ Image Translation (Image Recognition) - Select the monitor area for translation (similar to a screenshot tool).

🆕 In the latest extension version, choose your preferred translator without additional installations. Access Google Translate features seamlessly within the Quick Translator extension.

🎙️ Text-to-Speech:
Utilize the TTS function to understand word sounds and phonetic transcription.

🖥️ Full-Page Translations:
Translate entire web pages instantly with Google Translator's free integration.

🔄 Choose your translator today: Quick Translator or Google Translate.

🙏 We sincerely hope our translator proves valuable to you! Your feedback and ratings are eagerly anticipated!                    

확장 프로그램 기본 정보

이름 Simple Translator - Dictionary Simple Translator - Dictionary
ID koleblagfjjlhlkpacidojjnkhobeikd
공식 URL https://chromewebstore.google.com/detail/simple-translator-diction/koleblagfjjlhlkpacidojjnkhobeikd
설명 Multilanguage text translator with full-page translation, built-in dictionary, and text-to-speech (TTS) functionality
파일 크기 143 KB
설치 횟수 890,871
현재 버전 1.7
최근 업데이트 2024-01-11
출시 날짜 2022-10-29
평점 4.89/5 총 667 개의 평점
개발자 kevpadilla145
이메일 [email protected]
결제 유형 free
지원되는 언어 id,de,en,en-GB,en-US,fil,fr,sw,nl,no,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.7",
    "default_locale": "en",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "options_ui": {
        "page": "htmlComponents\/options.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": "data\/bg.js"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "data\/*",
                "assets\/*",
                "img\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "data\/content_scripts.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/"
    ],
    "action": {
        "default_popup": "htmlComponents\/popup.html"
    }
}