Chrome Captions

Edit the Size of Google Meet Captions

Cos'è Chrome Captions?

Chrome Captions è un'estensione di Chrome sviluppata da crippit, e la sua funzione principale è "Edit the Size of Google Meet Captions".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Chrome Captions

Scarica i file di estensione Chrome 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Chrome Captions Chrome Captions
ID cokkbanbamfmjfdebhdmgklloijikeho
URL Ufficiale https://chromewebstore.google.com/detail/chrome-captions/cokkbanbamfmjfdebhdmgklloijikeho
Descrizione Edit the Size of Google Meet Captions
Dimensione del File 4.9 KB
Conteggio Installazioni 19
Versione Corrente 0.1.0
Ultimo Aggiornamento 2022-01-18
Data di Pubblicazione 2022-01-17
Sviluppatore crippit
Email [email protected]
Tipo di Pagamento free
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": 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\/*"
    ]
}