uekdl

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

Vad är uekdl?

uekdl är en Chrome-tillägg utvecklad av cristian.piacente01, och dess huvudfunktion är "Direct link helper for Kaltura embedded videos on elearning.unimib.it".

Tilläggsskärmbilder

screenshot

Ladda ner uekdl-förlängningens CRX-fil

Ladda ner uekdl-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn uekdl uekdl
ID febjjgphnkdphjpgppphcldbiehjdjim
Officiell webbadress https://chromewebstore.google.com/detail/uekdl/febjjgphnkdphjpgppphcldbiehjdjim
Beskrivning Direct link helper for Kaltura embedded videos on elearning.unimib.it
Filstorlek 36.76 KB
Antal Installationer 198
Aktuell Version 3.0
Senast Uppdaterad 2024-01-04
Publiceringsdatum 2021-08-08
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare cristian.piacente01
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}