Canvas Class Average

See Canvas class averages.

What is Canvas Class Average?

Canvas Class Average is a Chrome extension developed by https://daniel.stoiber.network, and its main feature is "See Canvas class averages.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Canvas Class Average Extension CRX File

Download Canvas Class Average 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

                        Canvas Class Average takes all your course's assignment averages and finds the class average adjusting for assignment group weight. It also keeps track of grade history, showing you how your score and the class average has changed over time.

Currently the extension only works with the URLs listed below, to get your school added, fill out this form: https://forms.gle/noC8sKiVoMDat9jP6

School List (Alphabetical A-Z):
*.instructure.com
calpoly.edu
olin.edu
osu.edu
pratt.edu
ucla.edu
uw.edu
wpi.edu                    

Extension Basic Information

Name Canvas Class Average Canvas Class Average
ID kpoimdffnaajacmnejfnahjdjbdlfjgf
Official URL https://chromewebstore.google.com/detail/canvas-class-average/kpoimdffnaajacmnejfnahjdjbdlfjgf
Description See Canvas class averages.
File Size 32.85 KB
Installation Count 538
Current Version 2.1
Last Updated 2023-01-06
Publish Date 2022-10-11
Rating 5.00/5 Total 3 Ratings
Developer https://daniel.stoiber.network
Email [email protected]
Payment Type free
Extension Website https://daniel.stoiber.network/project/canvas-class-average
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Canvas Class Average",
    "description": "See Canvas class averages.",
    "author": "Daniel Stoiber",
    "version": "2.1",
    "manifest_version": 3,
    "permissions": [
        "scripting"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.instructure.com\/courses\/*\/grades",
                "https:\/\/*.instructure.com\/profile\/settings",
                "https:\/\/canvas.wpi.edu\/courses\/*\/grades",
                "https:\/\/canvas.wpi.edu\/profile\/settings",
                "https:\/\/canvas.olin.edu\/courses\/*\/grades",
                "https:\/\/canvas.olin.edu\/profile\/settings",
                "https:\/\/canvas.calpoly.edu\/courses\/*\/grades",
                "https:\/\/canvas.calpoly.edu\/profile\/settings",
                "https:\/\/canvas.pratt.edu\/courses\/*\/grades",
                "https:\/\/canvas.pratt.edu\/profile\/settings",
                "https:\/\/canvas.ucla.edu\/courses\/*\/grades",
                "https:\/\/canvas.ucla.edu\/profile\/settings",
                "https:\/\/carmen.osu.edu\/courses\/*\/grades",
                "https:\/\/carmen.osu.edu\/profile\/settings",
                "https:\/\/canvas.uw.edu\/courses\/*\/grades",
                "https:\/\/canvas.uw.edu\/profile\/settings"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}