uekdl
Direct link helper for Kaltura embedded videos on elearning.unimib.it
O que é uekdl?
uekdl é uma extensão do Chrome desenvolvida por cristian.piacente01, e sua principal característica é "Direct link helper for Kaltura embedded videos on elearning.unimib.it".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão uekdl
Baixe arquivos de extensão uekdl no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | uekdl |
ID | febjjgphnkdphjpgppphcldbiehjdjim |
URL Oficial | https://chromewebstore.google.com/detail/uekdl/febjjgphnkdphjpgppphcldbiehjdjim |
Descrição | Direct link helper for Kaltura embedded videos on elearning.unimib.it |
Tamanho do Arquivo | 36.76 KB |
Contagem de Instalações | 198 |
Versão Atual | 3.0 |
Última Atualização | 2024-01-04 |
Data de Publicação | 2021-08-08 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | cristian.piacente01 |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |