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
公式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"
    }
}