Chrome Captions

Edit the Size of Google Meet Captions

Wat is Chrome Captions?

Chrome Captions is een Chrome-extensie ontwikkeld door crippit, en de belangrijkste functie is "Edit the Size of Google Meet Captions".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Chrome Captions

Download Chrome 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

                        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.                    

Basisinformatie over de Extensie

Naam Chrome Captions Chrome Captions
ID cokkbanbamfmjfdebhdmgklloijikeho
Officiële URL https://chromewebstore.google.com/detail/chrome-captions/cokkbanbamfmjfdebhdmgklloijikeho
Beschrijving Edit the Size of Google Meet Captions
Bestandsgrootte 4.9 KB
Aantal Installaties 19
Huidige Versie 0.1.0
Laatst Bijgewerkt 2022-01-18
Publicatiedatum 2022-01-17
Ontwikkelaar crippit
E-mail [email protected]
Betalingswijze free
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": 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\/*"
    ]
}