Canvas Quiz+

Canvas Quiz Maker +

What is Canvas Quiz+?

Canvas Quiz+ is a Chrome extension developed by yushun, and its main feature is "Canvas Quiz Maker +".

Extension Screenshots

screenshot

Download Canvas Quiz+ Extension CRX File

Download Canvas Quiz+ 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

                        Extends the capability of Formula Questions on Canvas.
Have complete control over how any variable is created.
Leverage the power of Javascript in formula creation!                    

Extension Basic Information

Name Canvas Quiz+ Canvas Quiz+
ID jbpanaoeongimfdcfbnhfaagblakgpca
Official URL https://chromewebstore.google.com/detail/canvas-quiz+/jbpanaoeongimfdcfbnhfaagblakgpca
Description Canvas Quiz Maker +
File Size 293 KB
Installation Count 149
Current Version 0.0.41
Last Updated 2022-01-03
Publish Date 2020-07-09
Rating 5.00/5 Total 1 Ratings
Developer yushun
Email [email protected]
Payment Type free
Extension Website https://sites.google.com/view/canvasquiz/home
Help Page URL https://sites.google.com/view/canvasquiz/home
Privacy Policy Page URL https://sites.google.com/marincatholic.org/mczoom/policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Canvas Quiz+",
    "version": "0.0.41",
    "description": "Canvas Quiz Maker +",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "page": "background.html"
    },
    "web_accessible_resources": [
        "script_inject.js",
        "help.html",
        "update004.html",
        "images\/*"
    ],
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/courses\/*\/quizzes\/*\/edit",
                "https:\/\/*\/courses\/*\/question_banks\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "jquery-ui.min.js",
                "observer.js",
                "myScript.js"
            ],
            "run_at": "document_idle"
        }
    ]
}