Gradescope Calculator

Calculates overall grade from individual scores on Gradescope. This extension is not affiliated with Gradescope in any way.

Co je Gradescope Calculator?

Gradescope Calculator je rozšíření Chrome vyvinuté thegde023, a jeho hlavní funkcí je „Calculates overall grade from individual scores on Gradescope. This extension is not affiliated with Gradescope in any way.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

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

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

                        This extension works on the website https://www.gradescope.com, a college submissions site. The extension calculates the average score across different categories of submissions such as "Exam", "Homework", "quiz", etc. The user can specify the weightage of each category, and the number of drops allowed (if any) so that the overall score can be summarized. This extension is not affiliated with Gradescope or its parent company in any way.                    

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

Název Gradescope Calculator Gradescope Calculator
ID nigkojmgohclldgaenhbclkcbmblmenc
Oficiální URL https://chromewebstore.google.com/detail/gradescope-calculator/nigkojmgohclldgaenhbclkcbmblmenc
Popis Calculates overall grade from individual scores on Gradescope. This extension is not affiliated with Gradescope in any way.
Velikost souboru 17.06 KB
Počet instalací 60
Aktuální Verze 0.0.1.2
Poslední Aktualizace 2022-09-11
Datum Vydání 2021-12-12
Vývojář thegde023
E-mail [email protected]
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gradescope Calculator",
    "description": "Calculates overall grade from individual scores on Gradescope. This extension is not affiliated with Gradescope in any way.",
    "version": "0.0.1.2",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "\/images\/ExtensionLogo16.png",
            "32": "\/images\/ExtensionLogo32.png",
            "48": "\/images\/ExtensionLogo48.png",
            "128": "\/images\/ExtensionLogo128.png"
        },
        "default_title": "Click to open the calculator"
    },
    "background": {
        "service_worker": ".\/background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "icons": {
        "16": "\/images\/ExtensionLogo16.png",
        "32": "\/images\/ExtensionLogo32.png",
        "48": "\/images\/ExtensionLogo48.png",
        "128": "\/images\/ExtensionLogo128.png"
    }
}