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…”。

擴展截圖

screenshot

下載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 Export Quizlet to Moodle or Canvas
ID bjimpfmgoeofnkemfjbnficoelhbgapg
官方網址 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"
    }
}