Improve your pronunciation score
Just highlight any text on any website, listen to the correct pronunciation, and get your pronunciation score instantly.
Wat is Improve your pronunciation score?
Improve your pronunciation score is een Chrome-extensie ontwikkeld door https://thefluent.me, en de belangrijkste functie is "Just highlight any text on any website, listen to the correct pronunciation, and get your pronunciation score instantly.".
Extensie Screenshots
Download het CRX-bestand van de extensie Improve your pronunciation score
Download Improve your pronunciation score-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
thefluent.me is a Google Cloud Technology Partner. Get your AI-powered instant pronunciation feedback while you are browsing.
Basisinformatie over de Extensie
Naam | Improve your pronunciation score |
ID | elfbdpbomaoobedcjmanoanddflnemll |
Officiële URL | https://chromewebstore.google.com/detail/improve-your-pronunciatio/elfbdpbomaoobedcjmanoanddflnemll |
Beschrijving | Just highlight any text on any website, listen to the correct pronunciation, and get your pronunciation score instantly. |
Bestandsgrootte | 109 KB |
Aantal Installaties | 29 |
Huidige Versie | 1.0.16 |
Laatst Bijgewerkt | 2023-04-27 |
Publicatiedatum | 2023-04-27 |
Ontwikkelaar | https://thefluent.me |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://thefluent.me |
Help Pagina-URL | https://thefluent.me/contact |
URL van de Privacybeleid Pagina | https://thefluent.me/privacy-policy |
Ondersteunde Talen | 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" ] } ] } |