Simple Translator - Dictionary

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

Apa itu Simple Translator - Dictionary?

Simple Translator - Dictionary adalah ekstensi Chrome yang dikembangkan oleh kevpadilla145, dan fitur utamanya adalah "Multilanguage text translator with full-page translation, built-in dictionary, and text-to-speech (TTS) functionality".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Simple Translator - Dictionary

Unduh file ekstensi Simple Translator - Dictionary dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Simple Translator - Dictionary Simple Translator - Dictionary
ID koleblagfjjlhlkpacidojjnkhobeikd
URL Resmi https://chromewebstore.google.com/detail/simple-translator-diction/koleblagfjjlhlkpacidojjnkhobeikd
Deskripsi Multilanguage text translator with full-page translation, built-in dictionary, and text-to-speech (TTS) functionality
Ukuran File 143 KB
Jumlah Instalasi 890,871
Versi Saat Ini 1.7
Terakhir Diperbarui 2024-01-11
Tanggal Publikasi 2022-10-29
Penilaian 4.89/5 Total 667 Penilaian
Pengembang kevpadilla145
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}