Slides Captions

Make Google Slides Captions Multi Line

O que é Slides Captions?

Slides Captions é uma extensão do Chrome desenvolvida por https://truenorthpd.ca, e sua principal característica é "Make Google Slides Captions Multi Line".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Slides Captions

Baixe arquivos de extensão Slides Captions no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Slides Captions Slides Captions
ID clhfnkgkjapoielpcakpkelmekloaoji
URL Oficial https://chromewebstore.google.com/detail/slides-captions/clhfnkgkjapoielpcakpkelmekloaoji
Descrição Make Google Slides Captions Multi Line
Tamanho do Arquivo 14.54 KB
Contagem de Instalações 74
Versão Atual 1.1.0
Última Atualização 2023-08-17
Data de Publicação 2022-03-13
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://truenorthpd.ca
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.truenorthpd.ca/apps/slides-captions
URL da Página de Ajuda https://github.com/crippit/slidesCaptions/issues
URL da Página de Política de Privacidade https://www.truenorthpd.ca/privacy-policy
Idiomas Suportados 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\/*"
            ]
        }
    ]
}