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