Gradescope Calculator
Calculates overall grade from individual scores on Gradescope. This extension is not affiliated with Gradescope in any way.
什么是Gradescope Calculator?
Gradescope Calculator是由thegde023开发的Chrome扩展程序,该扩展的主要功能是“Calculates overall grade from individual scores on Gradescope. This extension is not affiliated with Gradescope in any way.”。
扩展截图
下载Gradescope Calculator扩展crx文件
下载Gradescope Calculator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Gradescope Calculator |
ID | nigkojmgohclldgaenhbclkcbmblmenc |
官方URL | https://chromewebstore.google.com/detail/gradescope-calculator/nigkojmgohclldgaenhbclkcbmblmenc |
简介 | Calculates overall grade from individual scores on Gradescope. This extension is not affiliated with Gradescope in any way. |
文件大小 | 17.06 KB |
安装次数 | 60 |
当前版本 | 0.0.1.2 |
更新时间 | 2022-09-11 |
上架时间 | 2021-12-12 |
开发者 | thegde023 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } |