Gradescope Calculator
Calculates overall grade from individual scores on Gradescope. This extension is not affiliated with Gradescope in any way.
Was ist Gradescope Calculator?
Gradescope Calculator ist eine Chrome-Erweiterung, die von thegde023 entwickelt wurde, und ihr Hauptmerkmal ist "Calculates overall grade from individual scores on Gradescope. This extension is not affiliated with Gradescope in any way.".
Erweiterungsscreenshots
Gradescope Calculator-Erweiterungs-CRX-Datei herunterladen
Laden Sie Gradescope Calculator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Gradescope Calculator |
ID | nigkojmgohclldgaenhbclkcbmblmenc |
Offizielle URL | https://chromewebstore.google.com/detail/gradescope-calculator/nigkojmgohclldgaenhbclkcbmblmenc |
Beschreibung | Calculates overall grade from individual scores on Gradescope. This extension is not affiliated with Gradescope in any way. |
Dateigröße | 17.06 KB |
Installationsanzahl | 60 |
Aktuelle Version | 0.0.1.2 |
Letztes Update | 2022-09-11 |
Veröffentlichungsdatum | 2021-12-12 |
Entwickler | thegde023 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |