Canvas Grades Extension

An Extension to view all your Grades on the Courses Pages!

Co je Canvas Grades Extension?

Canvas Grades Extension je rozšíření Chrome vyvinuté anish.kondepudi, a jeho hlavní funkcí je „An Extension to view all your Grades on the Courses Pages!“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Canvas Grades Extension

Stáhněte si soubory rozšíření Canvas Grades Extension 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í

                        The purpose of this Chrome Extension is to give an easy to use, organized view of students' grades, as well as links to those grades and other important files from all classes on the dashboard, which is the default page that the student goes to when they sign in to Canvas.

Note that for the extension to function properly, the user must be using Card View on their Canvas Dashboard and must be a student at UC Davis - the extension may or may not work for other universities/schools.                    

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

Název Canvas Grades Extension Canvas Grades Extension
ID fneahceogligokfcllminogbilaamgbd
Oficiální URL https://chromewebstore.google.com/detail/canvas-grades-extension/fneahceogligokfcllminogbilaamgbd
Popis An Extension to view all your Grades on the Courses Pages!
Velikost souboru 490 KB
Počet instalací 3,088
Aktuální Verze 0.0.0.3
Poslední Aktualizace 2020-12-20
Datum Vydání 2020-12-02
Hodnocení 5.00/5 Celkem 11 Hodnocení
Vývojář anish.kondepudi
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/anish-kondepudi/canvas-grades-extension
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Canvas Grades Extension",
    "version": "0.0.0.3",
    "description": "An Extension to view all your Grades on the Courses Pages!",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/"
            ],
            "js": [
                "EditDashboard.js"
            ]
        }
    ],
    "icons": {
        "128": "canvas_logo.png",
        "48": "canvas_logo.png",
        "16": "canvas_logo.png"
    },
    "browser_action": {
        "default_icon": "canvas_logo.png",
        "default_popup": "popup.html",
        "default_title": "Canvas Grades Extension"
    }
}