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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://thefluent.me และคุณลักษณะหลักของมันคือ "Just highlight any text on any website, listen to the correct pronunciation, and get your pronunciation score instantly."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Improve your pronunciation score

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}