Slides Captions
Make Google Slides Captions Multi Line
Slides Captions란 무엇입니까?
Slides Captions은(는) https://truenorthpd.ca에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make Google Slides Captions Multi Line"입니다.
확장 프로그램 스크린샷
Slides Captions 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Slides Captions allows you to turn Google Slides into a full screen captioning tool idea for those who have hearing loss, auditory processing disorders, or foreign language learners. It allows you to: • Choose the font, • Line spacing, • Font size • Font colours, The extension puts you in control of your Google Slides Captions. To use the extension load your presentation by using /present in the URL with Google Slides, enable captions and then click the extension icon. Preferences can be set by right clicking on the extension icon. You can then enter full screen if you wish. Some example use cases: - In a school auditorium, it can be used for providing captions on a projector or TV for students with hearing loss, or auditory processing issues. - In an office, it can be used for captioning a meeting or presentation - At a comedy club, it could be used for captioning the comedy show - There are many other possible uses for the extension. If you're enjoying Slides Captions, try out Zip Captions our browser based dedicated tool at https://zipcaptions.app
확장 프로그램 기본 정보
이름 | Slides Captions |
ID | clhfnkgkjapoielpcakpkelmekloaoji |
공식 URL | https://chromewebstore.google.com/detail/slides-captions/clhfnkgkjapoielpcakpkelmekloaoji |
설명 | Make Google Slides Captions Multi Line |
파일 크기 | 14.54 KB |
설치 횟수 | 74 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2023-08-17 |
출시 날짜 | 2022-03-13 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://truenorthpd.ca |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.truenorthpd.ca/apps/slides-captions |
도움말 페이지 URL | https://github.com/crippit/slidesCaptions/issues |
개인정보 보호 정책 페이지 URL | https://www.truenorthpd.ca/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Slides Captions", "version": "1.1.0", "description": "Make Google Slides Captions Multi Line", "options_page": "popup.html", "action": { "default_title": "Click to enable large captions" }, "background": { "service_worker": "scripts.js" }, "icons": { "128": "icon128.webp" }, "permissions": [ "activeTab", "scripting", "storage" ], "host_permissions": [ "https:\/\/docs.google.com\/presentation\/*" ], "web_accessible_resources": [ { "resources": [ "banner.html" ], "matches": [ "https:\/\/docs.google.com\/*" ] } ] } |