Chrome Captions

Edit the Size of Google Meet Captions

O que é Chrome Captions?

Chrome Captions é uma extensão do Chrome desenvolvida por crippit, e sua principal característica é "Edit the Size of Google Meet Captions".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Chrome Captions

Baixe arquivos de extensão Chrome 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

                        Find that the Google Meet Closed Caption text is too large? This extension simply makes the text smaller and reduces the space that they take up on the screen.                    

Informações Básicas da Extensão

Nome Chrome Captions Chrome Captions
ID cokkbanbamfmjfdebhdmgklloijikeho
URL Oficial https://chromewebstore.google.com/detail/chrome-captions/cokkbanbamfmjfdebhdmgklloijikeho
Descrição Edit the Size of Google Meet Captions
Tamanho do Arquivo 4.9 KB
Contagem de Instalações 19
Versão Atual 0.1.0
Última Atualização 2022-01-18
Data de Publicação 2022-01-17
Desenvolvedor crippit
Email [email protected]
Tipo de Pagamento free
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": 2,
    "name": "Chrome Captions",
    "version": "0.1.0",
    "description": "Edit the Size of Google Meet Captions",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/meet.google.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "https:\/\/meet.google.com\/*"
    ]
}