WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Canvas Helper - Canvas Lms Quiz Tools

Canvas Helper - Canvas Lms Quiz Tools

View on Chrome Web Store
View Canvas Helper - Canvas Lms Quiz Tools Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Canvas helper for Canvas LMS—Canvas quiz tools to answer faster and complete quizzes faster using workflow hacks.
Type
Extension
Users
0 users
Website extstack.com
Extstack
View author page of Extstack
Published
Published on February 14, 2026
Version 2.0.0
Manifest version
3
Updated
Updated on February 14, 2026
productivity/education
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Canvas Helper - Canvas Lms Quiz Tools Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Canvas Helper - Canvas Lms Quiz Tools",
    "description": "Canvas helper for Canvas LMS\u2014Canvas quiz tools to answer faster and complete quizzes faster using workflow hacks.",
    "version": "2.0.0",
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "sidePanel"
    ],
    "icons": {
        "16": "icons\/ch.png",
        "48": "icons\/ch.png",
        "128": "icons\/ch.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon48.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                "ExtPay.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                "ExtPay.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.instructure.com\/courses\/*\/quizzes\/*\/take*",
                "*:\/\/*.edu\/courses\/*\/quizzes\/*\/take*",
                "*:\/\/*.org\/courses\/*\/quizzes\/*\/take*",
                "*:\/\/*.instructure.com\/courses\/*\/assignments\/*"
            ],
            "js": [
                "saveCorrectAnswers.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "saveCorrectAnswers.js",
                "content.js",
                "inject.js",
                "style.css",
                "icons\/home.png",
                "icons\/reload.png"
            ],
            "matches": [
                "<all_urls>"
            ],
            "use_dynamic_url": true
        }
    ]
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top