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…
What is Export Quizlet to Moodle or Canvas?
Export Quizlet to Moodle or Canvas is a Chrome extension developed by Unknown, and its main feature is "Please note: As of the current version (1.0), this extension can only export to Moodle. The Canvas and Blackboard export options…".
Extension Screenshots
Download Export Quizlet to Moodle or Canvas Extension CRX File
Download Export Quizlet to Moodle or Canvas extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Export Quizlet to Moodle or Canvas |
ID | bjimpfmgoeofnkemfjbnficoelhbgapg |
Official URL | https://chromewebstore.google.com/detail/export-quizlet-to-moodle/bjimpfmgoeofnkemfjbnficoelhbgapg |
Description | Please note: As of the current version (1.0), this extension can only export to Moodle. The Canvas and Blackboard export options… |
File Size | 15.3 KB |
Installation Count | 118 |
Current Version | 1.0 |
Last Updated | 2020-03-31 |
Publish Date | 2020-03-31 |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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" } } |