Chrome Captions

Edit the Size of Google Meet Captions

Hvad er Chrome Captions?

Chrome Captions er en Chrome-udvidelse udviklet af crippit, og dens hovedfunktion er "Edit the Size of Google Meet Captions".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Chrome Captions-udvidelses-CRX-fil

Download Chrome Captions-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Chrome Captions Chrome Captions
ID cokkbanbamfmjfdebhdmgklloijikeho
Officiel URL https://chromewebstore.google.com/detail/chrome-captions/cokkbanbamfmjfdebhdmgklloijikeho
Beskrivelse Edit the Size of Google Meet Captions
Filstørrelse 4.9 KB
Antal Installationer 19
Nuværende Version 0.1.0
Senest Opdateret 2022-01-18
Udgivelsesdato 2022-01-17
Udvikler crippit
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://www.truenorthpd.ca/privacy-policy
Understøttede Sprog 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\/*"
    ]
}