uekdl
Direct link helper for Kaltura embedded videos on elearning.unimib.it
Cos'è uekdl?
uekdl è un'estensione di Chrome sviluppata da cristian.piacente01, e la sua funzione principale è "Direct link helper for Kaltura embedded videos on elearning.unimib.it".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione uekdl
Scarica i file di estensione uekdl in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | uekdl |
ID | febjjgphnkdphjpgppphcldbiehjdjim |
URL Ufficiale | https://chromewebstore.google.com/detail/uekdl/febjjgphnkdphjpgppphcldbiehjdjim |
Descrizione | Direct link helper for Kaltura embedded videos on elearning.unimib.it |
Dimensione del File | 36.76 KB |
Conteggio Installazioni | 198 |
Versione Corrente | 3.0 |
Ultimo Aggiornamento | 2024-01-04 |
Data di Pubblicazione | 2021-08-08 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | cristian.piacente01 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |