re:Invent Video Speed Controls
Gives you more control over the speed of your re:Invent videos.
re:Invent Video Speed Controlsคืออะไร?
re:Invent Video Speed Controls เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Madlucas Productions และคุณลักษณะหลักของมันคือ "Gives you more control over the speed of your re:Invent videos."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย re:Invent Video Speed Controls
ดาวน์โหลดไฟล์ส่วนขยาย re:Invent Video Speed Controls ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
AWS re:Invent 2020 is free to everyone, but the video player only offers 0.5x, normal, 2x and 4x playback speeds. This tool adds a variety of additional options so that you can speed up or slow down keynotes, sessions, dev chats, and more. This makes it easier to watch and learn at a pace that's best for you.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | re:Invent Video Speed Controls |
ID | omibjdfmphnoegpgdbiclekheecobppo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/reinvent-video-speed-cont/omibjdfmphnoegpgdbiclekheecobppo |
คำอธิบาย | Gives you more control over the speed of your re:Invent videos. |
ขนาดไฟล์ | 21.35 KB |
จำนวนการติดตั้ง | 83 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2020-12-02 |
วันที่เผยแพร่ | 2020-12-02 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Madlucas Productions |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "re:Invent Video Speed Controls", "version": "0.1", "description": "Gives you more control over the speed of your re:Invent videos.", "permissions": [ "activeTab", "declarativeContent", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "images\/rv-16.png", "32": "images\/rv-32.png", "48": "images\/rv-48.png", "128": "images\/rv-128.png" }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/rv-16.png", "32": "images\/rv-32.png", "48": "images\/rv-48.png", "128": "images\/rv-128.png" } }, "manifest_version": 2 } |