Improve your pronunciation score
Just highlight any text on any website, listen to the correct pronunciation, and get your pronunciation score instantly.
Hvad er Improve your pronunciation score?
Improve your pronunciation score er en Chrome-udvidelse udviklet af https://thefluent.me, og dens hovedfunktion er "Just highlight any text on any website, listen to the correct pronunciation, and get your pronunciation score instantly.".
Udvidelsesskærmbilleder
Download Improve your pronunciation score-udvidelses-CRX-fil
Download Improve your pronunciation score-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
thefluent.me is a Google Cloud Technology Partner. Get your AI-powered instant pronunciation feedback while you are browsing.
Grundlæggende oplysninger om udvidelsen
Navn | Improve your pronunciation score |
ID | elfbdpbomaoobedcjmanoanddflnemll |
Officiel URL | https://chromewebstore.google.com/detail/improve-your-pronunciatio/elfbdpbomaoobedcjmanoanddflnemll |
Beskrivelse | Just highlight any text on any website, listen to the correct pronunciation, and get your pronunciation score instantly. |
Filstørrelse | 109 KB |
Antal Installationer | 29 |
Nuværende Version | 1.0.16 |
Senest Opdateret | 2023-04-27 |
Udgivelsesdato | 2023-04-27 |
Udvikler | https://thefluent.me |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://thefluent.me |
Hjælpeside-URL | https://thefluent.me/contact |
URL til Fortrolighedspolitik Side | https://thefluent.me/privacy-policy |
Understøttede Sprog | 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" ] } ] } |