Speak in Slides
Text to Speech in Google Slides
Speak in Slides란 무엇입니까?
Speak in Slides은(는) Andrew Swank에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Text to Speech in Google Slides"입니다.
Speak in Slides 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } |