Captioner
Get subtitles/captions for any video/audio being played.
ما هو Captioner؟
Captioner هو إضافة Chrome تم تطويرها بواسطة patil.gajananps، والميزة الرئيسية لها هي "Get subtitles/captions for any video/audio being played.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Captioner
قم بتنزيل ملفات الامتداد Captioner بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Displays subtitles for system/app/tab's audio on active tab. Uses Deepgram's transcription service.
For more information :-
https://github.com/gajananpp/captioner معلومات أساسية عن التمديد
| الاسم | |
| ID | gjcdikfmiodlggkpnllcjbffjfbhfnnn |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/captioner/gjcdikfmiodlggkpnllcjbffjfbhfnnn |
| الوصف | Get subtitles/captions for any video/audio being played. |
| حجم الملف | 231 KB |
| عدد التثبيتات | 193 |
| النسخة الحالية | 0.0.1 |
| آخر تحديث | 2022-04-05 |
| تاريخ النشر | 2022-04-05 |
| المطور | patil.gajananps |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/gajananpp/captioner |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Captioner",
"version": "0.0.1",
"description": "Get subtitles\/captions for any video\/audio being played.",
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "action.html"
},
"icons": {
"16": "logo.png",
"32": "logo.png",
"48": "logo.png",
"128": "logo.png",
"256": "logo.png"
},
"permissions": [
"activeTab",
"scripting"
]
} | |