Canvas Quiz Printer

Easily print quizzes from Canvas.

Qu'est-ce que Canvas Quiz Printer ?

Canvas Quiz Printer est une extension Chrome développée par https://peterfoxflick.com, et sa fonction principale est "Easily print quizzes from Canvas.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Canvas Quiz Printer

Téléchargez les fichiers d'extension Canvas Quiz Printer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        The Canvas Quiz Printer provides a simple way to print off a quiz from Canvas. All you have to do is navigate to the quiz from within canvas and click on the print icon to the right of the URL bar. A new page will open with your quiz ready to be printed off. 

To use: Go to a quiz in canvas, click on the quiz print icon in the top right of the navigation bar.                    

Informations de Base sur l'Extension

Nom Canvas Quiz Printer Canvas Quiz Printer
ID aolnbenhahgdmbdgjdkphepifgdnphcl
URL Officiel https://chromewebstore.google.com/detail/canvas-quiz-printer/aolnbenhahgdmbdgjdkphepifgdnphcl
Description Easily print quizzes from Canvas.
Taille du Fichier 23.95 KB
Nombre d'Installations 28,215
Version Actuelle 0.2.0
Dernière Mise à Jour 2021-05-15
Date de Publication 2019-10-22
Évaluation 3.88/5 Total 25 Évaluations
Développeur https://peterfoxflick.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/peterfoxflick/CanvasQuizPrinter
URL de la Page d'Aide https://github.com/peterfoxflick/CanvasQuizPrinter/issues
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Canvas Quiz Printer",
    "version": "0.2.0",
    "description": "Easily print quizzes from Canvas.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "https:\/\/*\/quizzes\/*",
        "activeTab"
    ],
    "browser_action": {
        "default_title": "Print this Quiz",
        "default_icon": "icon16.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/kit.fontawesome.com https:\/\/unpkg.com https:\/\/www.google-analytics.com; object-src 'self'"
}