uekdl

Direct link helper for Kaltura embedded videos on elearning.unimib.it

uekdlคืออะไร?

uekdl เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cristian.piacente01 และคุณลักษณะหลักของมันคือ "Direct link helper for Kaltura embedded videos on elearning.unimib.it"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย uekdl

ดาวน์โหลดไฟล์ส่วนขยาย uekdl ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ uekdl uekdl
ID febjjgphnkdphjpgppphcldbiehjdjim
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/uekdl/febjjgphnkdphjpgppphcldbiehjdjim
คำอธิบาย Direct link helper for Kaltura embedded videos on elearning.unimib.it
ขนาดไฟล์ 36.76 KB
จำนวนการติดตั้ง 198
เวอร์ชันปัจจุบัน 3.0
อัปเดตครั้งล่าสุด 2024-01-04
วันที่เผยแพร่ 2021-08-08
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา cristian.piacente01
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
            ]
        }
    ]
}