uekdl
Direct link helper for Kaltura embedded videos on elearning.unimib.it
uekdl là gì?
uekdl là một tiện ích mở rộng Chrome được phát triển bởi cristian.piacente01, và tính năng chính của nó là "Direct link helper for Kaltura embedded videos on elearning.unimib.it".
Ả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 uekdl
Tải xuống các tệp mở rộng uekdl 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
Update 3.0: fixed the video link. Update 2.2: minor changes. Update 2.1: fixed to support the new e-learning html. Update 2.0: the syllabus button isn't used as the direct link button anymore, thanks to Andrea Mauriello! This extension enables you to get the direct link for Kaltura embedded videos ONLY ON elearning.unimib.it. As shown in the screenshot, you'll see a new button on the right of the syllabus button.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | uekdl |
ID | febjjgphnkdphjpgppphcldbiehjdjim |
URL Chính Thức | https://chromewebstore.google.com/detail/uekdl/febjjgphnkdphjpgppphcldbiehjdjim |
Mô tả | Direct link helper for Kaltura embedded videos on elearning.unimib.it |
Kích Thước Tệp | 36.76 KB |
Số Lần Cài Đặt | 198 |
Phiên Bản Hiện Tại | 3.0 |
Cập Nhật Lần Cuối | 2024-01-04 |
Ngày Phát Hành | 2021-08-08 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | cristian.piacente01 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "uekdl", "description": "Direct link helper for Kaltura embedded videos on elearning.unimib.it", "version": "3.0", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/elearning.unimib.it\/mod\/kalvidres\/view.php?id=*" ], "css": [ "styles.css" ], "js": [ "magic.js" ] } ] } |