Gradescope Grade Calculator
Calculates average grades on Gradescope. This extension is not associated with Gradescope or its parent company.
What is Gradescope Grade Calculator?
Gradescope Grade Calculator is a Chrome extension developed by gradescopecalculator, and its main feature is "Calculates average grades on Gradescope. This extension is not associated with Gradescope or its parent company.".
Extension Screenshots
Download Gradescope Grade Calculator Extension CRX File
Download Gradescope Grade 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
Calculates average grades on Gradescope. This extension is not associated with Gradescope or its parent company.
Extension Basic Information
Name | Gradescope Grade Calculator |
ID | alhgdioldhlhioomehokfodaopjlmbdb |
Official URL | https://chromewebstore.google.com/detail/gradescope-grade-calculat/alhgdioldhlhioomehokfodaopjlmbdb |
Description | Calculates average grades on Gradescope. This extension is not associated with Gradescope or its parent company. |
File Size | 13.67 KB |
Installation Count | 226 |
Current Version | 1.03 |
Last Updated | 2022-11-06 |
Publish Date | 2022-08-31 |
Developer | gradescopecalculator |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |