uekdl
Direct link helper for Kaltura embedded videos on elearning.unimib.it
Qu'est-ce que uekdl ?
uekdl est une extension Chrome développée par cristian.piacente01, et sa fonction principale est "Direct link helper for Kaltura embedded videos on elearning.unimib.it".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension uekdl
Téléchargez les fichiers d'extension uekdl au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | uekdl |
ID | febjjgphnkdphjpgppphcldbiehjdjim |
URL Officiel | https://chromewebstore.google.com/detail/uekdl/febjjgphnkdphjpgppphcldbiehjdjim |
Description | Direct link helper for Kaltura embedded videos on elearning.unimib.it |
Taille du Fichier | 36.76 KB |
Nombre d'Installations | 198 |
Version Actuelle | 3.0 |
Dernière Mise à Jour | 2024-01-04 |
Date de Publication | 2021-08-08 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | cristian.piacente01 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |