Improve your pronunciation score
Just highlight any text on any website, listen to the correct pronunciation, and get your pronunciation score instantly.
Cos'è Improve your pronunciation score?
Improve your pronunciation score è un'estensione di Chrome sviluppata da https://thefluent.me, e la sua funzione principale è "Just highlight any text on any website, listen to the correct pronunciation, and get your pronunciation score instantly.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Improve your pronunciation score
Scarica i file di estensione Improve your pronunciation score in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
thefluent.me is a Google Cloud Technology Partner. Get your AI-powered instant pronunciation feedback while you are browsing.
Informazioni di Base sull'Estensione
Nome | Improve your pronunciation score |
ID | elfbdpbomaoobedcjmanoanddflnemll |
URL Ufficiale | https://chromewebstore.google.com/detail/improve-your-pronunciatio/elfbdpbomaoobedcjmanoanddflnemll |
Descrizione | Just highlight any text on any website, listen to the correct pronunciation, and get your pronunciation score instantly. |
Dimensione del File | 109 KB |
Conteggio Installazioni | 29 |
Versione Corrente | 1.0.16 |
Ultimo Aggiornamento | 2023-04-27 |
Data di Pubblicazione | 2023-04-27 |
Sviluppatore | https://thefluent.me |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://thefluent.me |
URL della Pagina di Aiuto | https://thefluent.me/contact |
URL della Pagina della Politica sulla Privacy | https://thefluent.me/privacy-policy |
Lingue Supportate | 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" ] } ] } |