Chrome Captions
Edit the Size of Google Meet Captions
Was ist Chrome Captions?
Chrome Captions ist eine Chrome-Erweiterung, die von crippit entwickelt wurde, und ihr Hauptmerkmal ist "Edit the Size of Google Meet Captions".
Erweiterungsscreenshots
Chrome Captions-Erweiterungs-CRX-Datei herunterladen
Laden Sie Chrome Captions-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Chrome Captions |
ID | cokkbanbamfmjfdebhdmgklloijikeho |
Offizielle URL | https://chromewebstore.google.com/detail/chrome-captions/cokkbanbamfmjfdebhdmgklloijikeho |
Beschreibung | Edit the Size of Google Meet Captions |
Dateigröße | 4.9 KB |
Installationsanzahl | 19 |
Aktuelle Version | 0.1.0 |
Letztes Update | 2022-01-18 |
Veröffentlichungsdatum | 2022-01-17 |
Entwickler | crippit |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://www.truenorthpd.ca/privacy-policy |
Unterstützte Sprachen | 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\/*" ] } |