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…
什么是Export Quizlet to Moodle or Canvas?
Export Quizlet to Moodle or Canvas是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Please note: As of the current version (1.0), this extension can only export to Moodle. The Canvas and Blackboard export options…”。
扩展截图
下载Export Quizlet to Moodle or Canvas扩展crx文件
下载Export Quizlet to Moodle or Canvas扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Export Quizlet to Moodle or Canvas |
ID | bjimpfmgoeofnkemfjbnficoelhbgapg |
官方URL | https://chromewebstore.google.com/detail/export-quizlet-to-moodle/bjimpfmgoeofnkemfjbnficoelhbgapg |
简介 | Please note: As of the current version (1.0), this extension can only export to Moodle. The Canvas and Blackboard export options… |
文件大小 | 15.3 KB |
安装次数 | 118 |
当前版本 | 1.0 |
更新时间 | 2020-03-31 |
上架时间 | 2020-03-31 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | 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" } } |