Gradescope Calculator

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

Vad är Gradescope Calculator?

Gradescope Calculator är en Chrome-tillägg utvecklad av thegde023, och dess huvudfunktion är "Calculates overall grade from individual scores on Gradescope. This extension is not affiliated with Gradescope in any way.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Gradescope Calculator-förlängningens CRX-fil

Ladda ner Gradescope Calculator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Gradescope Calculator Gradescope Calculator
ID nigkojmgohclldgaenhbclkcbmblmenc
Officiell webbadress https://chromewebstore.google.com/detail/gradescope-calculator/nigkojmgohclldgaenhbclkcbmblmenc
Beskrivning Calculates overall grade from individual scores on Gradescope. This extension is not affiliated with Gradescope in any way.
Filstorlek 17.06 KB
Antal Installationer 60
Aktuell Version 0.0.1.2
Senast Uppdaterad 2022-09-11
Publiceringsdatum 2021-12-12
Utvecklare thegde023
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}