uekdl

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

uekdl란 무엇입니까?

uekdl은(는) cristian.piacente01에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Direct link helper for Kaltura embedded videos on elearning.unimib.it"입니다.

확장 프로그램 스크린샷

screenshot

uekdl 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}