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 هو إضافة Chrome تم تطويرها بواسطة https://thefluent.me، والميزة الرئيسية لها هي "Just highlight any text on any website, listen to the correct pronunciation, and get your pronunciation score instantly.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Improve your pronunciation score
قم بتنزيل ملفات الامتداد Improve your pronunciation score بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | https://thefluent.me/contact |
عنوان صفحة سياسة الخصوصية | 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" ] } ] } |