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ファイルをダウンロード

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
Eメール [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"
            ]
        }
    ]
}