Improve your pronunciation score
Just highlight any text on any website, listen to the correct pronunciation, and get your pronunciation score instantly.
¿Qué es Improve your pronunciation score?
Improve your pronunciation score es una extensión de Chrome desarrollada por https://thefluent.me, y su función principal es "Just highlight any text on any website, listen to the correct pronunciation, and get your pronunciation score instantly.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Improve your pronunciation score
Descarga archivos de extensión Improve your pronunciation score en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
thefluent.me is a Google Cloud Technology Partner. Get your AI-powered instant pronunciation feedback while you are browsing.
Información Básica de la Extensión
Nombre | Improve your pronunciation score |
ID | elfbdpbomaoobedcjmanoanddflnemll |
URL Oficial | https://chromewebstore.google.com/detail/improve-your-pronunciatio/elfbdpbomaoobedcjmanoanddflnemll |
Descripción | Just highlight any text on any website, listen to the correct pronunciation, and get your pronunciation score instantly. |
Tamaño del Archivo | 109 KB |
Cantidad de Instalaciones | 29 |
Versión Actual | 1.0.16 |
Última Actualización | 2023-04-27 |
Fecha de Publicación | 2023-04-27 |
Desarrollador | https://thefluent.me |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://thefluent.me |
URL de la Página de Ayuda | https://thefluent.me/contact |
URL de la Página de Política de Privacidad | https://thefluent.me/privacy-policy |
Idiomas Soportados | 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" ] } ] } |