Text to Speech
Speak the Text provided in input field
ما هو Text to Speech؟
Text to Speech هو إضافة Chrome تم تطويرها بواسطة ankitkaura79، والميزة الرئيسية لها هي "Speak the Text provided in input field".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Text to Speech
قم بتنزيل ملفات الامتداد Text to Speech بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A Simple text reader that takes text as input and speak in language selected from the dropdown.You can pause the speech by clicking on pause button and resume by clicking back on play button.
معلومات أساسية عن التمديد
الاسم | Text to Speech |
ID | jigbklldfboaonapajdmkoaaanahlihb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/text-to-speech/jigbklldfboaonapajdmkoaaanahlihb |
الوصف | Speak the Text provided in input field |
حجم الملف | 942 KB |
عدد التثبيتات | 116 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2021-03-19 |
تاريخ النشر | 2021-03-19 |
المطور | ankitkaura79 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Text to Speech", "description": "Speak the Text provided in input field", "version": "1.0.0", "icons": { "128": "images\/icon_128.png" }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" } } |