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文件

下载Simple Translator - Dictionary扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}