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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |