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 - это расширение Chrome, разработанное Unknown, и его основная функция - "Please note: As of the current version (1.0), this extension can only export to Moodle. The Canvas and Blackboard export options…".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Export Quizlet to Moodle or Canvas

Скачайте файлы расширений 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
Официальный 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"
    }
}