Speak in Slides
Text to Speech in Google Slides
Speak in Slides là gì?
Speak in Slides là một tiện ích mở rộng Chrome được phát triển bởi Andrew Swank, và tính năng chính của nó là "Text to Speech in Google Slides".
Tải xuống tệp CRX của tiện ích mở rộng Speak in Slides
Tải xuống các tệp mở rộng Speak in Slides dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hlohpnceogfccnddhohflkmiaggjmiae |
URL Chính Thức | https://chrome.google.com/webstore/detail/speak-in-slides/hlohpnceogfccnddhohflkmiaggjmiae |
Mô tả | Text to Speech in Google Slides |
Kích Thước Tệp | 48.68 KB |
Số Lần Cài Đặt | 2,000 |
Phiên Bản Hiện Tại | 1.0.4 |
Cập Nhật Lần Cuối | 2017-07-24 |
Ngày Phát Hành | 2017-07-24 |
Đánh Giá | 1.88/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | Andrew Swank |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |