Simple Translator - Dictionary

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

O que é Simple Translator - Dictionary?

Simple Translator - Dictionary é uma extensão do Chrome desenvolvida por kevpadilla145, e sua principal característica é "Multilanguage text translator with full-page translation, built-in dictionary, and text-to-speech (TTS) functionality".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Simple Translator - Dictionary

Baixe arquivos de extensão Simple Translator - Dictionary no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Simple Translator - Dictionary Simple Translator - Dictionary
ID koleblagfjjlhlkpacidojjnkhobeikd
URL Oficial https://chromewebstore.google.com/detail/simple-translator-diction/koleblagfjjlhlkpacidojjnkhobeikd
Descrição Multilanguage text translator with full-page translation, built-in dictionary, and text-to-speech (TTS) functionality
Tamanho do Arquivo 143 KB
Contagem de Instalações 890,871
Versão Atual 1.7
Última Atualização 2024-01-11
Data de Publicação 2022-10-29
Classificação 4.89/5 Total de 667 Avaliações
Desenvolvedor kevpadilla145
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}