Improve your pronunciation score
Just highlight any text on any website, listen to the correct pronunciation, and get your pronunciation score instantly.
What is Improve your pronunciation score?
Improve your pronunciation score is a Chrome extension developed by https://thefluent.me, and its main feature is "Just highlight any text on any website, listen to the correct pronunciation, and get your pronunciation score instantly.".
Extension Screenshots
Download Improve your pronunciation score Extension CRX File
Download Improve your pronunciation score extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
thefluent.me is a Google Cloud Technology Partner. Get your AI-powered instant pronunciation feedback while you are browsing.
Extension Basic Information
Name | Improve your pronunciation score |
ID | elfbdpbomaoobedcjmanoanddflnemll |
Official URL | https://chromewebstore.google.com/detail/improve-your-pronunciatio/elfbdpbomaoobedcjmanoanddflnemll |
Description | Just highlight any text on any website, listen to the correct pronunciation, and get your pronunciation score instantly. |
File Size | 109 KB |
Installation Count | 29 |
Current Version | 1.0.16 |
Last Updated | 2023-04-27 |
Publish Date | 2023-04-27 |
Developer | https://thefluent.me |
[email protected] | |
Payment Type | free |
Extension Website | https://thefluent.me |
Help Page URL | https://thefluent.me/contact |
Privacy Policy Page URL | https://thefluent.me/privacy-policy |
Supported Languages | 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" ] } ] } |