Canvas Quiz Printer

Easily print quizzes from Canvas.

Hvad er Canvas Quiz Printer?

Canvas Quiz Printer er en Chrome-udvidelse udviklet af https://peterfoxflick.com, og dens hovedfunktion er "Easily print quizzes from Canvas.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Canvas Quiz Printer-udvidelses-CRX-fil

Download Canvas Quiz Printer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Canvas Quiz Printer Canvas Quiz Printer
ID aolnbenhahgdmbdgjdkphepifgdnphcl
Officiel URL https://chromewebstore.google.com/detail/canvas-quiz-printer/aolnbenhahgdmbdgjdkphepifgdnphcl
Beskrivelse Easily print quizzes from Canvas.
Filstørrelse 23.95 KB
Antal Installationer 28,215
Nuværende Version 0.2.0
Senest Opdateret 2021-05-15
Udgivelsesdato 2019-10-22
Bedømmelse 3.88/5 Samlet 25 Bedømmelser
Udvikler https://peterfoxflick.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/peterfoxflick/CanvasQuizPrinter
Hjælpeside-URL https://github.com/peterfoxflick/CanvasQuizPrinter/issues
Understøttede Sprog 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'"
}