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…

Apa itu Export Quizlet to Moodle or Canvas?

Export Quizlet to Moodle or Canvas adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Please note: As of the current version (1.0), this extension can only export to Moodle. The Canvas and Blackboard export options…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Export Quizlet to Moodle or Canvas

Unduh file ekstensi Export Quizlet to Moodle or Canvas dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Export Quizlet to Moodle or Canvas Export Quizlet to Moodle or Canvas
ID bjimpfmgoeofnkemfjbnficoelhbgapg
URL Resmi https://chromewebstore.google.com/detail/export-quizlet-to-moodle/bjimpfmgoeofnkemfjbnficoelhbgapg
Deskripsi Please note: As of the current version (1.0), this extension can only export to Moodle. The Canvas and Blackboard export options…
Ukuran File 15.3 KB
Jumlah Instalasi 118
Versi Saat Ini 1.0
Terakhir Diperbarui 2020-03-31
Tanggal Publikasi 2020-03-31
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}