Export Quizlet to Moodle or Canvas
Please note: As of the current version (1.0), this extension can only export to Moodle. The Canvas and Blackboard export options…
O que é Export Quizlet to Moodle or Canvas?
Export Quizlet to Moodle or Canvas é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Please note: As of the current version (1.0), this extension can only export to Moodle. The Canvas and Blackboard export options…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Export Quizlet to Moodle or Canvas
Baixe arquivos de extensão Export Quizlet to Moodle or Canvas 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
Please note: As of the current version (1.0), this extension can only export to Moodle. The Canvas and Blackboard export options will be released in the NEXT version. This extension is developed for teachers to be able to take their favorite quizlet sets and automatically convert them into tests. Import quizlet sets into your LMS (learning management system) of choice. This extension is in its early days of existence. Currently, the only type of questions that can be created are "Fill in the Blank". If there is any feature you would like to see, there is a suggestion are within the extension.
Informações Básicas da Extensão
Nome | Export Quizlet to Moodle or Canvas |
ID | bjimpfmgoeofnkemfjbnficoelhbgapg |
URL Oficial | https://chromewebstore.google.com/detail/export-quizlet-to-moodle/bjimpfmgoeofnkemfjbnficoelhbgapg |
Descrição | Please note: As of the current version (1.0), this extension can only export to Moodle. The Canvas and Blackboard export options… |
Tamanho do Arquivo | 15.3 KB |
Contagem de Instalações | 118 |
Versão Atual | 1.0 |
Última Atualização | 2020-03-31 |
Data de Publicação | 2020-03-31 |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Export Quizlet to Moodle or Canvas", "version": "1.0", "manifest_version": 2, "content_scripts": [ { "matches": [ "*:\/\/quizlet.com\/*-flash-cards\/" ], "run_at": "document_end", "js": [ "content.js" ] } ], "icons": { "128": "icon.png" } } |