Selected text to speech
With this extension, you can speech to the selected text.
ما هو Selected text to speech؟
Selected text to speech هو إضافة Chrome تم تطويرها بواسطة https://funfuni.com، والميزة الرئيسية لها هي "With this extension, you can speech to the selected text.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Selected text to speech
قم بتنزيل ملفات الامتداد Selected text to speech بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
With this extension, you can speech to the selected text. In sentences you have difficulty in pronunciation, you can speech to the selected text.
معلومات أساسية عن التمديد
الاسم | Selected text to speech |
ID | apcoiakmgopgbglbpfhaibglboldbaep |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/selected-text-to-speech/apcoiakmgopgbglbpfhaibglboldbaep |
الوصف | With this extension, you can speech to the selected text. |
حجم الملف | 15.43 KB |
عدد التثبيتات | 52 |
النسخة الحالية | 1.0 |
آخر تحديث | 2022-01-27 |
تاريخ النشر | 2022-01-27 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | https://funfuni.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.funfuni.com/ |
عنوان صفحة المساعدة | https://funfuni.com/contact-us/ |
عنوان صفحة سياسة الخصوصية | https://www.funfuni.com/privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "author": "Funfuni.com", "name": "Selected text to speech", "description": "With this extension, you can speech to the selected text.", "manifest_version": 3, "version": "1.0", "action": { "default_icon": { "128": "icon.png" } }, "icons": { "128": "icon.png" }, "background": { "service_worker": "js\/background.js" }, "permissions": [ "contextMenus", "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |