German Pronouncer Extension

Pronounce German words with a click of a button

German Pronouncer Extension क्या है?

German Pronouncer Extension https://deutsch-mentor.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Pronounce German words with a click of a button"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में German Pronouncer Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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