Improve your pronunciation score

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

什么是Improve your pronunciation score?

Improve your pronunciation score是由https://thefluent.me开发的Chrome扩展程序,该扩展的主要功能是“Just highlight any text on any website, listen to the correct pronunciation, and get your pronunciation score instantly.”。

扩展截图

screenshot

下载Improve your pronunciation score扩展crx文件

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

扩展使用说明

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

扩展基本信息

名称 Improve your pronunciation score Improve your pronunciation score
ID elfbdpbomaoobedcjmanoanddflnemll
官方URL https://chromewebstore.google.com/detail/improve-your-pronunciatio/elfbdpbomaoobedcjmanoanddflnemll
简介 Just highlight any text on any website, listen to the correct pronunciation, and get your pronunciation score instantly.
文件大小 109 KB
安装次数 29
当前版本 1.0.16
更新时间 2023-04-27
上架时间 2023-04-27
开发者 https://thefluent.me
电子邮箱 [email protected]
付费类型 free
扩展官网 https://thefluent.me
帮助页面URL https://thefluent.me/contact
隐私政策页面URL https://thefluent.me/privacy-policy
支持的语言 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"
            ]
        }
    ]
}