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…
¿Qué es Export Quizlet to Moodle or Canvas?
Export Quizlet to Moodle or Canvas es una extensión de Chrome desarrollada por Unknown, y su función principal es "Please note: As of the current version (1.0), this extension can only export to Moodle. The Canvas and Blackboard export options…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Export Quizlet to Moodle or Canvas
Descarga archivos de extensión Export Quizlet to Moodle or Canvas en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Export Quizlet to Moodle or Canvas |
ID | bjimpfmgoeofnkemfjbnficoelhbgapg |
URL Oficial | https://chromewebstore.google.com/detail/export-quizlet-to-moodle/bjimpfmgoeofnkemfjbnficoelhbgapg |
Descripción | Please note: As of the current version (1.0), this extension can only export to Moodle. The Canvas and Blackboard export options… |
Tamaño del Archivo | 15.3 KB |
Cantidad de Instalaciones | 118 |
Versión Actual | 1.0 |
Última Actualización | 2020-03-31 |
Fecha de Publicación | 2020-03-31 |
Desarrollador | Unknown |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |