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文件
下载Slides Captions扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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\/*" ] } ] } |