German Pronouncer Extension

Pronounce German words with a click of a button

什么是German Pronouncer Extension?

German Pronouncer Extension是由https://deutsch-mentor.com开发的Chrome扩展程序,该扩展的主要功能是“Pronounce German words with a click of a button”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载German Pronouncer Extension扩展crx文件

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

扩展使用说明

                        Powered by Deutsch-Mentor.com, the AI platform to learn German online, German Pronouncer is a browser extension that enhances your German language experience by providing instant access to accurate pronunciation and translations. Whether you're learning German, traveling, or just want to understand the language better, this extension is here to assist you. 

With German Pronouncer, you can:

🔊 Listen to Pronunciation: Simply select a word or phrase and click the icon that appears, and you'll hear the correct German pronunciation.

📖 Translate Text: Choose a language, and the extension will translate the selected German text for you, bridging language barriers effortlessly.

⚙️ Customize Your Experience: Now available in 8 different languages, the settings menu allows you to tailor the extension to fit your needs.

The extension is intuitive, reliable, and an invaluable tool for anyone engaging with the German language. Speak and understand German with confidence, thanks to German Pronouncer.                    

扩展基本信息

名称 German Pronouncer Extension German Pronouncer Extension
ID kmokknckpkkglmmbhmhobagnhpjmjnpm
官方URL https://chromewebstore.google.com/detail/german-pronouncer-extensi/kmokknckpkkglmmbhmhobagnhpjmjnpm
简介 Pronounce German words with a click of a button
文件大小 102 KB
安装次数 213
当前版本 0.3.0
更新时间 2024-01-29
上架时间 2023-01-28
评分 4.80/5 共5次评分
开发者 https://deutsch-mentor.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.deutsch-mentor.com/
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "German Pronouncer Extension",
    "description": "Pronounce German words with a click of a button",
    "version": "0.3.0",
    "icons": {
        "16": ".\/public\/icons\/icon16.png",
        "19": ".\/public\/icons\/icon19.png",
        "32": ".\/public\/icons\/icon38.png",
        "38": ".\/public\/icons\/icon38.png",
        "48": ".\/public\/icons\/icon48.png",
        "128": ".\/public\/icons\/icon128.png"
    },
    "background": {
        "service_worker": "dist\/background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_popup_script": "popup.js"
    },
    "permissions": [
        "tts",
        "ttsEngine",
        "contextMenus",
        "storage",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/translate.google.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "dist\/content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "tts_engine": {
        "voices": [
            {
                "lang": "de-DE",
                "event_types": [
                    "start",
                    "marker",
                    "end"
                ]
            }
        ]
    }
}