Improve your pronunciation score

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

Vad är Improve your pronunciation score?

Improve your pronunciation score är en Chrome-tillägg utvecklad av https://thefluent.me, och dess huvudfunktion är "Just highlight any text on any website, listen to the correct pronunciation, and get your pronunciation score instantly.".

Tilläggsskärmbilder

screenshot

Ladda ner Improve your pronunciation score-förlängningens CRX-fil

Ladda ner Improve your pronunciation score-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Improve your pronunciation score Improve your pronunciation score
ID elfbdpbomaoobedcjmanoanddflnemll
Officiell webbadress https://chromewebstore.google.com/detail/improve-your-pronunciatio/elfbdpbomaoobedcjmanoanddflnemll
Beskrivning Just highlight any text on any website, listen to the correct pronunciation, and get your pronunciation score instantly.
Filstorlek 109 KB
Antal Installationer 29
Aktuell Version 1.0.16
Senast Uppdaterad 2023-04-27
Publiceringsdatum 2023-04-27
Utvecklare https://thefluent.me
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://thefluent.me
Hjälpsida URL https://thefluent.me/contact
URL till Sekretesspolicy Sidan https://thefluent.me/privacy-policy
Stödda Språk 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"
            ]
        }
    ]
}