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 là gì?

Improve your pronunciation score là một tiện ích mở rộng Chrome được phát triển bởi https://thefluent.me, và tính năng chính của nó là "Just highlight any text on any website, listen to the correct pronunciation, and get your pronunciation score instantly.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Improve your pronunciation score

Tải xuống các tệp mở rộng Improve your pronunciation score dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Improve your pronunciation score Improve your pronunciation score
ID elfbdpbomaoobedcjmanoanddflnemll
URL Chính Thức https://chromewebstore.google.com/detail/improve-your-pronunciatio/elfbdpbomaoobedcjmanoanddflnemll
Mô tả Just highlight any text on any website, listen to the correct pronunciation, and get your pronunciation score instantly.
Kích Thước Tệp 109 KB
Số Lần Cài Đặt 29
Phiên Bản Hiện Tại 1.0.16
Cập Nhật Lần Cuối 2023-04-27
Ngày Phát Hành 2023-04-27
Nhà Phát Triển https://thefluent.me
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://thefluent.me
URL Trang Trợ Giúp https://thefluent.me/contact
URL Trang Chính Sách Bảo Mật https://thefluent.me/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}