German Pronouncer Extension

Pronounce German words with a click of a button

Qu'est-ce que German Pronouncer Extension ?

German Pronouncer Extension est une extension Chrome développée par https://deutsch-mentor.com, et sa fonction principale est "Pronounce German words with a click of a button".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension German Pronouncer Extension

Téléchargez les fichiers d'extension German Pronouncer Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom German Pronouncer Extension German Pronouncer Extension
ID kmokknckpkkglmmbhmhobagnhpjmjnpm
URL Officiel https://chromewebstore.google.com/detail/german-pronouncer-extensi/kmokknckpkkglmmbhmhobagnhpjmjnpm
Description Pronounce German words with a click of a button
Taille du Fichier 102 KB
Nombre d'Installations 213
Version Actuelle 0.3.0
Dernière Mise à Jour 2024-01-29
Date de Publication 2023-01-28
Évaluation 4.80/5 Total 5 Évaluations
Développeur https://deutsch-mentor.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.deutsch-mentor.com/
Langues Prises en Charge 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"
                ]
            }
        ]
    }
}