Chrome Captions
Edit the Size of Google Meet Captions
ما هو Chrome Captions؟
Chrome Captions هو إضافة Chrome تم تطويرها بواسطة crippit، والميزة الرئيسية لها هي "Edit the Size of Google Meet Captions".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Chrome Captions
قم بتنزيل ملفات الامتداد Chrome Captions بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | Chrome Captions |
ID | cokkbanbamfmjfdebhdmgklloijikeho |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/chrome-captions/cokkbanbamfmjfdebhdmgklloijikeho |
الوصف | Edit the Size of Google Meet Captions |
حجم الملف | 4.9 KB |
عدد التثبيتات | 19 |
النسخة الحالية | 0.1.0 |
آخر تحديث | 2022-01-18 |
تاريخ النشر | 2022-01-17 |
المطور | crippit |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://www.truenorthpd.ca/privacy-policy |
اللغات المدعومة | 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\/*" ] } |