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
官方網址 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"
            ]
        }
    ]
}