Slides Captions

Make Google Slides Captions Multi Line

¿Qué es Slides Captions?

Slides Captions es una extensión de Chrome desarrollada por https://truenorthpd.ca, y su función principal es "Make Google Slides Captions Multi Line".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Slides Captions

Descarga archivos de extensión Slides Captions en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Slides Captions Slides Captions
ID clhfnkgkjapoielpcakpkelmekloaoji
URL Oficial https://chromewebstore.google.com/detail/slides-captions/clhfnkgkjapoielpcakpkelmekloaoji
Descripción Make Google Slides Captions Multi Line
Tamaño del Archivo 14.54 KB
Cantidad de Instalaciones 74
Versión Actual 1.1.0
Última Actualización 2023-08-17
Fecha de Publicación 2022-03-13
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://truenorthpd.ca
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.truenorthpd.ca/apps/slides-captions
URL de la Página de Ayuda https://github.com/crippit/slidesCaptions/issues
URL de la Página de Política de Privacidad https://www.truenorthpd.ca/privacy-policy
Idiomas Soportados 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\/*"
            ]
        }
    ]
}