Coursera Video Speedup
Speed up Coursera videos with this simple Chrome extension.
Coursera Video Speedup là gì?
Coursera Video Speedup là một tiện ích mở rộng Chrome được phát triển bởi kannan.vegeta, và tính năng chính của nó là "Speed up Coursera videos with this simple Chrome extension.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Coursera Video Speedup
Tải xuống các tệp mở rộng Coursera Video Speedup dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Coursera Video Speedup is a lightweight and easy-to-use browser extension that allows you to control the playback speed of videos on Coursera. With multiple speed options available, you can quickly adjust the playback speed of your video lectures or tutorials, making it easier to learn at your own pace. This extension offers a clean and intuitive interface with speed buttons displayed below the video in window mode, hiding them in fullscreen mode for an immersive viewing experience. The selected speed button is highlighted, giving you clear visual feedback about the current playback speed. Whether you want to slow down a complex topic or breeze through familiar content, Coursera Video Speedup Extension gives you the flexibility to customize your video-watching experience. Main features: 🚀 Multiple speed options: 0.25x, 0.5x, 0.75x, 1x, 1.25x, 1.5x, 2x, 3x, and 5x 🎛️ Easy-to-use interface with speed buttons 📺 Fullscreen compatibility
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Coursera Video Speedup |
ID | gdpjpckhidomjkaeligpppbbfndfknbe |
URL Chính Thức | https://chromewebstore.google.com/detail/coursera-video-speedup/gdpjpckhidomjkaeligpppbbfndfknbe |
Mô tả | Speed up Coursera videos with this simple Chrome extension. |
Kích Thước Tệp | 6.81 KB |
Số Lần Cài Đặt | 154 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2023-03-29 |
Ngày Phát Hành | 2023-03-29 |
Đánh Giá | 4.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | kannan.vegeta |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/RahulDevaraj/Coursera-Plugin-V1 |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Coursera Video Speedup", "version": "1.0", "description": "Speed up Coursera videos with this simple Chrome extension.", "icons": { "48": "icon48.png" }, "action": { "default_icon": { "48": "icon48.png" } }, "content_scripts": [ { "matches": [ "*:\/\/*.coursera.org\/*" ], "js": [ "content_script.js" ] } ], "host_permissions": [ "https:\/\/www.coursera.org\/*" ] } |