Slides Captions
Make Google Slides Captions Multi Line
Cos'è Slides Captions?
Slides Captions è un'estensione di Chrome sviluppata da https://truenorthpd.ca, e la sua funzione principale è "Make Google Slides Captions Multi Line".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Slides Captions
Scarica i file di estensione Slides Captions in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Slides Captions |
ID | clhfnkgkjapoielpcakpkelmekloaoji |
URL Ufficiale | https://chromewebstore.google.com/detail/slides-captions/clhfnkgkjapoielpcakpkelmekloaoji |
Descrizione | Make Google Slides Captions Multi Line |
Dimensione del File | 14.54 KB |
Conteggio Installazioni | 74 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2023-08-17 |
Data di Pubblicazione | 2022-03-13 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://truenorthpd.ca |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.truenorthpd.ca/apps/slides-captions |
URL della Pagina di Aiuto | https://github.com/crippit/slidesCaptions/issues |
URL della Pagina della Politica sulla Privacy | https://www.truenorthpd.ca/privacy-policy |
Lingue Supportate | 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\/*" ] } ] } |