Improve your pronunciation score

Just highlight any text on any website, listen to the correct pronunciation, and get your pronunciation score instantly.

Qu'est-ce que Improve your pronunciation score ?

Improve your pronunciation score est une extension Chrome développée par https://thefluent.me, et sa fonction principale est "Just highlight any text on any website, listen to the correct pronunciation, and get your pronunciation score instantly.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Improve your pronunciation score

Téléchargez les fichiers d'extension Improve your pronunciation score 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

                        thefluent.me is a Google Cloud Technology Partner. Get your AI-powered instant pronunciation feedback while you are browsing.                    

Informations de Base sur l'Extension

Nom Improve your pronunciation score Improve your pronunciation score
ID elfbdpbomaoobedcjmanoanddflnemll
URL Officiel https://chromewebstore.google.com/detail/improve-your-pronunciatio/elfbdpbomaoobedcjmanoanddflnemll
Description Just highlight any text on any website, listen to the correct pronunciation, and get your pronunciation score instantly.
Taille du Fichier 109 KB
Nombre d'Installations 29
Version Actuelle 1.0.16
Dernière Mise à Jour 2023-04-27
Date de Publication 2023-04-27
Développeur https://thefluent.me
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://thefluent.me
URL de la Page d'Aide https://thefluent.me/contact
URL de la Page de Politique de Confidentialité https://thefluent.me/privacy-policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Improve your pronunciation score",
    "version": "1.0.16",
    "description": "Just highlight any text on any website, listen to the correct pronunciation, and get your pronunciation score instantly.",
    "manifest_version": 3,
    "author": "thefluent.me",
    "icons": {
        "16": "static\/images\/icon16.png",
        "32": "static\/images\/icon32.png",
        "48": "static\/images\/icon48.png",
        "128": "static\/images\/icon128.png"
    },
    "permissions": [
        "contextMenus",
        "notifications"
    ],
    "action": {
        "default_popup": "options.html",
        "default_title": "thefluent.me improve your pronunciation score"
    },
    "background": {
        "service_worker": "static\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/thefluent.me\/*"
            ],
            "js": [
                "static\/options.js"
            ]
        }
    ]
}