Chrome Captions
Edit the Size of Google Meet Captions
Apa itu Chrome Captions?
Chrome Captions adalah ekstensi Chrome yang dikembangkan oleh crippit, dan fitur utamanya adalah "Edit the Size of Google Meet Captions".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Chrome Captions
Unduh file ekstensi Chrome Captions dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Chrome Captions |
ID | cokkbanbamfmjfdebhdmgklloijikeho |
URL Resmi | https://chromewebstore.google.com/detail/chrome-captions/cokkbanbamfmjfdebhdmgklloijikeho |
Deskripsi | Edit the Size of Google Meet Captions |
Ukuran File | 4.9 KB |
Jumlah Instalasi | 19 |
Versi Saat Ini | 0.1.0 |
Terakhir Diperbarui | 2022-01-18 |
Tanggal Publikasi | 2022-01-17 |
Pengembang | crippit |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://www.truenorthpd.ca/privacy-policy |
Bahasa yang Didukung | 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\/*" ] } |