Audio Descriptions
Adds support for native text-to-speech audio descriptions for videos.
Audio Descriptionsคืออะไร?
Audio Descriptions เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kevinreilly149 และคุณลักษณะหลักของมันคือ "Adds support for native text-to-speech audio descriptions for videos."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Audio Descriptions
ดาวน์โหลดไฟล์ส่วนขยาย Audio Descriptions ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension adds support for audio descriptions in videos that use the track element. A drop down menu field is appended after compatible videos for users to enable audio description tracks. When a audio description track is enabled and a video is playing, when a cue is reached, the video is paused, the audio description text is read aloud via text-to-speech, then the video is played again. There are settings in the extension's popup for adjusting the text-to-speech rate and pitch. Many more features in the future.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Audio Descriptions |
ID | lidpojkpfookhkfekmhfphljolackion |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/audio-descriptions/lidpojkpfookhkfekmhfphljolackion |
คำอธิบาย | Adds support for native text-to-speech audio descriptions for videos. |
ขนาดไฟล์ | 24.46 KB |
จำนวนการติดตั้ง | 23 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2022-05-29 |
วันที่เผยแพร่ | 2022-05-28 |
ผู้พัฒนา | kevinreilly149 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://kevinreilly149.github.io/tts-audio-descriptions-extension/ |
URL หน้านโยบายความเป็นส่วนตัว | https://kevinreilly149.github.io/tts-audio-descriptions-extension/privacypolicy.html |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Audio Descriptions", "description": "Adds support for native text-to-speech audio descriptions for videos.", "version": "1.0", "manifest_version": 3, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ " |