Gradescope Grade Calculator

Calculates average grades on Gradescope. This extension is not associated with Gradescope or its parent company.

Co je Gradescope Grade Calculator?

Gradescope Grade Calculator je rozšíření Chrome vyvinuté gradescopecalculator, a jeho hlavní funkcí je „Calculates average grades on Gradescope. This extension is not associated with Gradescope or its parent company.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Gradescope Grade Calculator

Stáhněte si soubory rozšíření Gradescope Grade Calculator 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í

                        Calculates average grades on Gradescope. 

This extension is not associated with Gradescope or its parent company.                    

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

Název Gradescope Grade Calculator Gradescope Grade Calculator
ID alhgdioldhlhioomehokfodaopjlmbdb
Oficiální URL https://chromewebstore.google.com/detail/gradescope-grade-calculat/alhgdioldhlhioomehokfodaopjlmbdb
Popis Calculates average grades on Gradescope. This extension is not associated with Gradescope or its parent company.
Velikost souboru 13.67 KB
Počet instalací 226
Aktuální Verze 1.03
Poslední Aktualizace 2022-11-06
Datum Vydání 2022-08-31
Vývojář gradescopecalculator
E-mail [email protected]
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Gradescope Grade Calculator",
    "version": "1.03",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.gradescope.com\/courses\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "Calculator.png"
    },
    "action": {
        "default_icon": "Calculator.png",
        "default_popup": "index.html",
        "default_title": "Popup"
    }
}