Improve your pronunciation score

Just highlight any text on any website, listen to the correct pronunciation, and get your pronunciation score instantly.

Co to jest Improve your pronunciation score?

Improve your pronunciation score to rozszerzenie Chrome opracowane przez https://thefluent.me, a jego główną funkcją jest „Just highlight any text on any website, listen to the correct pronunciation, and get your pronunciation score instantly.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Improve your pronunciation score

Pobierz pliki rozszerzeń Improve your pronunciation score w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Improve your pronunciation score Improve your pronunciation score
ID elfbdpbomaoobedcjmanoanddflnemll
Oficjalny URL https://chromewebstore.google.com/detail/improve-your-pronunciatio/elfbdpbomaoobedcjmanoanddflnemll
Opis Just highlight any text on any website, listen to the correct pronunciation, and get your pronunciation score instantly.
Rozmiar pliku 109 KB
Liczba instalacji 29
Aktualna Wersja 1.0.16
Ostatnia Aktualizacja 2023-04-27
Data Publikacji 2023-04-27
Deweloper https://thefluent.me
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://thefluent.me
Adres URL Strony Pomocy https://thefluent.me/contact
Adres URL Strony Polityki Prywatności https://thefluent.me/privacy-policy
Obsługiwane Języki 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"
            ]
        }
    ]
}