Canvas Quiz Printer

Easily print quizzes from Canvas.

What is Canvas Quiz Printer?

Canvas Quiz Printer is a Chrome extension developed by https://peterfoxflick.com, and its main feature is "Easily print quizzes from Canvas.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Canvas Quiz Printer Extension CRX File

Download Canvas Quiz Printer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Canvas Quiz Printer Canvas Quiz Printer
ID aolnbenhahgdmbdgjdkphepifgdnphcl
Official URL https://chromewebstore.google.com/detail/canvas-quiz-printer/aolnbenhahgdmbdgjdkphepifgdnphcl
Description Easily print quizzes from Canvas.
File Size 23.95 KB
Installation Count 28,215
Current Version 0.2.0
Last Updated 2021-05-15
Publish Date 2019-10-22
Rating 3.88/5 Total 25 Ratings
Developer https://peterfoxflick.com
Email [email protected]
Payment Type free
Extension Website https://github.com/peterfoxflick/CanvasQuizPrinter
Help Page URL https://github.com/peterfoxflick/CanvasQuizPrinter/issues
Supported Languages 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'"
}