Gradescope Grade Calculator

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

Co to jest Gradescope Grade Calculator?

Gradescope Grade Calculator to rozszerzenie Chrome opracowane przez gradescopecalculator, a jego główną funkcją jest „Calculates average grades on Gradescope. This extension is not associated with Gradescope or its parent company.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Gradescope Grade Calculator

Pobierz pliki rozszerzeń Gradescope Grade Calculator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Calculates average grades on Gradescope. 

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

Podstawowe informacje o rozszerzeniu

Nazwa Gradescope Grade Calculator Gradescope Grade Calculator
ID alhgdioldhlhioomehokfodaopjlmbdb
Oficjalny URL https://chromewebstore.google.com/detail/gradescope-grade-calculat/alhgdioldhlhioomehokfodaopjlmbdb
Opis Calculates average grades on Gradescope. This extension is not associated with Gradescope or its parent company.
Rozmiar pliku 13.67 KB
Liczba instalacji 226
Aktualna Wersja 1.03
Ostatnia Aktualizacja 2022-11-06
Data Publikacji 2022-08-31
Deweloper gradescopecalculator
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}