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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
| อีเมล | patil.gajananps@gmail.com |
| ประเภทการชำระเงิน | 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"
]
} | |