Speak in Slides
Text to Speech in Google Slides
ما هو Speak in Slides؟
Speak in Slides هو إضافة Chrome تم تطويرها بواسطة Andrew Swank، والميزة الرئيسية لها هي "Text to Speech in Google Slides".
تحميل ملف CRX للإضافة Speak in Slides
قم بتنزيل ملفات الامتداد Speak in Slides بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Get TTS right in Google Slides. To use a female voice, put text between a < and a > characters. To use a male voice, put the text between these << and these >> characters. When you switch slides in editing or presentation mode, the TTS will be read automatically. It's really that simple.
معلومات أساسية عن التمديد
الاسم | |
ID | hlohpnceogfccnddhohflkmiaggjmiae |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/speak-in-slides/hlohpnceogfccnddhohflkmiaggjmiae |
الوصف | Text to Speech in Google Slides |
حجم الملف | 48.68 KB |
عدد التثبيتات | 2,000 |
النسخة الحالية | 1.0.4 |
آخر تحديث | 2017-07-24 |
تاريخ النشر | 2017-07-24 |
تقييم | 1.88/5 مجموع تقييمات 8 |
المطور | Andrew Swank |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Speak in Slides", "author": "Andrew Swank", "description": "Text to Speech in Google Slides", "background": { "page": "background.html" }, "content_scripts": [ { "js": [ "jquery-2.1.4.min.js", "content.js" ], "matches": [ "https:\/\/docs.google.com\/*" ] } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com\/ga.js; object-src 'self'", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "permissions": [ "https:\/\/docs.google.com\/*", "activeTab", "tts" ], "version": "1.0.4" } |