Canvas Class Average

See Canvas class averages.

Co je Canvas Class Average?

Canvas Class Average je rozšíření Chrome vyvinuté https://daniel.stoiber.network, a jeho hlavní funkcí je „See Canvas class averages.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Canvas Class Average

Stáhněte si soubory rozšíření Canvas Class Average ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Canvas Class Average Canvas Class Average
ID kpoimdffnaajacmnejfnahjdjbdlfjgf
Oficiální URL https://chromewebstore.google.com/detail/canvas-class-average/kpoimdffnaajacmnejfnahjdjbdlfjgf
Popis See Canvas class averages.
Velikost souboru 32.85 KB
Počet instalací 538
Aktuální Verze 2.1
Poslední Aktualizace 2023-01-06
Datum Vydání 2022-10-11
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář https://daniel.stoiber.network
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://daniel.stoiber.network/project/canvas-class-average
Podporované Jazyky 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"
    }
}