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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}