Simple Translator - Dictionary

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

Vad är Simple Translator - Dictionary?

Simple Translator - Dictionary är en Chrome-tillägg utvecklad av kevpadilla145, och dess huvudfunktion är "Multilanguage text translator with full-page translation, built-in dictionary, and text-to-speech (TTS) functionality".

Tilläggsskärmbilder

screenshot

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

Ladda ner Simple Translator - Dictionary-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

                        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!                    

Grundläggande Information om Tillägg

Namn Simple Translator - Dictionary Simple Translator - Dictionary
ID koleblagfjjlhlkpacidojjnkhobeikd
Officiell webbadress https://chromewebstore.google.com/detail/simple-translator-diction/koleblagfjjlhlkpacidojjnkhobeikd
Beskrivning Multilanguage text translator with full-page translation, built-in dictionary, and text-to-speech (TTS) functionality
Filstorlek 143 KB
Antal Installationer 890,871
Aktuell Version 1.7
Senast Uppdaterad 2024-01-11
Publiceringsdatum 2022-10-29
Betyg 4.89/5 Totalt 667 Betyg
Utvecklare kevpadilla145
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}