Gradescope Grade Calculator

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

Apa itu Gradescope Grade Calculator?

Gradescope Grade Calculator adalah ekstensi Chrome yang dikembangkan oleh gradescopecalculator, dan fitur utamanya adalah "Calculates average grades on Gradescope. This extension is not associated with Gradescope or its parent company.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Gradescope Grade Calculator

Unduh file ekstensi Gradescope Grade Calculator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Calculates average grades on Gradescope. 

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

Informasi Dasar Ekstensi

Nama Gradescope Grade Calculator Gradescope Grade Calculator
ID alhgdioldhlhioomehokfodaopjlmbdb
URL Resmi https://chromewebstore.google.com/detail/gradescope-grade-calculat/alhgdioldhlhioomehokfodaopjlmbdb
Deskripsi Calculates average grades on Gradescope. This extension is not associated with Gradescope or its parent company.
Ukuran File 13.67 KB
Jumlah Instalasi 226
Versi Saat Ini 1.03
Terakhir Diperbarui 2022-11-06
Tanggal Publikasi 2022-08-31
Pengembang gradescopecalculator
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}