Improve your pronunciation score

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

O que é Improve your pronunciation score?

Improve your pronunciation score é uma extensão do Chrome desenvolvida por https://thefluent.me, e sua principal característica é "Just highlight any text on any website, listen to the correct pronunciation, and get your pronunciation score instantly.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Improve your pronunciation score

Baixe arquivos de extensão Improve your pronunciation score no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Improve your pronunciation score Improve your pronunciation score
ID elfbdpbomaoobedcjmanoanddflnemll
URL Oficial https://chromewebstore.google.com/detail/improve-your-pronunciatio/elfbdpbomaoobedcjmanoanddflnemll
Descrição Just highlight any text on any website, listen to the correct pronunciation, and get your pronunciation score instantly.
Tamanho do Arquivo 109 KB
Contagem de Instalações 29
Versão Atual 1.0.16
Última Atualização 2023-04-27
Data de Publicação 2023-04-27
Desenvolvedor https://thefluent.me
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://thefluent.me
URL da Página de Ajuda https://thefluent.me/contact
URL da Página de Política de Privacidade https://thefluent.me/privacy-policy
Idiomas Suportados 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"
            ]
        }
    ]
}