Slides Captions

Make Google Slides Captions Multi Line

Wat is Slides Captions?

Slides Captions is een Chrome-extensie ontwikkeld door https://truenorthpd.ca, en de belangrijkste functie is "Make Google Slides Captions Multi Line".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Slides Captions

Download Slides Captions-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Slides Captions Slides Captions
ID clhfnkgkjapoielpcakpkelmekloaoji
Officiële URL https://chromewebstore.google.com/detail/slides-captions/clhfnkgkjapoielpcakpkelmekloaoji
Beschrijving Make Google Slides Captions Multi Line
Bestandsgrootte 14.54 KB
Aantal Installaties 74
Huidige Versie 1.1.0
Laatst Bijgewerkt 2023-08-17
Publicatiedatum 2022-03-13
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://truenorthpd.ca
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.truenorthpd.ca/apps/slides-captions
Help Pagina-URL https://github.com/crippit/slidesCaptions/issues
URL van de Privacybeleid Pagina https://www.truenorthpd.ca/privacy-policy
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}