Gradescope Calculator
Calculates overall grade from individual scores on Gradescope. This extension is not affiliated with Gradescope in any way.
What is Gradescope Calculator?
Gradescope Calculator is a Chrome extension developed by thegde023, and its main feature is "Calculates overall grade from individual scores on Gradescope. This extension is not affiliated with Gradescope in any way.".
Extension Screenshots
Download Gradescope Calculator Extension CRX File
Download Gradescope Calculator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Gradescope Calculator |
ID | nigkojmgohclldgaenhbclkcbmblmenc |
Official URL | https://chromewebstore.google.com/detail/gradescope-calculator/nigkojmgohclldgaenhbclkcbmblmenc |
Description | Calculates overall grade from individual scores on Gradescope. This extension is not affiliated with Gradescope in any way. |
File Size | 17.06 KB |
Installation Count | 60 |
Current Version | 0.0.1.2 |
Last Updated | 2022-09-11 |
Publish Date | 2021-12-12 |
Developer | thegde023 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |