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
Eメール [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"
            ]
        }
    ]
}