Canvas Grades Extension

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

Cos'è Canvas Grades Extension?

Canvas Grades Extension è un'estensione di Chrome sviluppata da anish.kondepudi, e la sua funzione principale è "An Extension to view all your Grades on the Courses Pages!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Canvas Grades Extension

Scarica i file di estensione Canvas Grades Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Canvas Grades Extension Canvas Grades Extension
ID fneahceogligokfcllminogbilaamgbd
URL Ufficiale https://chromewebstore.google.com/detail/canvas-grades-extension/fneahceogligokfcllminogbilaamgbd
Descrizione An Extension to view all your Grades on the Courses Pages!
Dimensione del File 490 KB
Conteggio Installazioni 3,088
Versione Corrente 0.0.0.3
Ultimo Aggiornamento 2020-12-20
Data di Pubblicazione 2020-12-02
Valutazione 5.00/5 Totale 11 Valutazioni
Sviluppatore anish.kondepudi
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/anish-kondepudi/canvas-grades-extension
Lingue Supportate 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"
    }
}