Improve your pronunciation score
Just highlight any text on any website, listen to the correct pronunciation, and get your pronunciation score instantly.
Improve your pronunciation score क्या है?
Improve your pronunciation score https://thefluent.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Just highlight any text on any website, listen to the correct pronunciation, and get your pronunciation score instantly."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Improve your pronunciation score एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
thefluent.me is a Google Cloud Technology Partner. Get your AI-powered instant pronunciation feedback while you are browsing.
एक्सटेंशन की मूल जानकारी
नाम | Improve your pronunciation score |
ID | elfbdpbomaoobedcjmanoanddflnemll |
आधिकारिक URL | https://chromewebstore.google.com/detail/improve-your-pronunciatio/elfbdpbomaoobedcjmanoanddflnemll |
विवरण | Just highlight any text on any website, listen to the correct pronunciation, and get your pronunciation score instantly. |
फ़ाइल का आकार | 109 KB |
स्थापना संख्या | 29 |
वर्तमान संस्करण | 1.0.16 |
अंतिम अपडेट | 2023-04-27 |
प्रकाशन तिथि | 2023-04-27 |
डेवलपर | https://thefluent.me |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://thefluent.me |
सहायता पृष्ठ URL | https://thefluent.me/contact |
गोपनीयता नीति पृष्ठ URL | https://thefluent.me/privacy-policy |
समर्थित भाषाएँ | 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" ] } ] } |