Gradescope Grade Calculator
Calculates average grades on Gradescope. This extension is not associated with Gradescope or its parent company.
什么是Gradescope Grade Calculator?
Gradescope Grade Calculator是由gradescopecalculator开发的Chrome扩展程序,该扩展的主要功能是“Calculates average grades on Gradescope. This extension is not associated with Gradescope or its parent company.”。
扩展截图
下载Gradescope Grade Calculator扩展crx文件
下载Gradescope Grade Calculator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Calculates average grades on Gradescope.
This extension is not associated with Gradescope or its parent company. 扩展基本信息
| 名称 | |
| ID | alhgdioldhlhioomehokfodaopjlmbdb |
| 官方URL | https://chromewebstore.google.com/detail/gradescope-grade-calculat/alhgdioldhlhioomehokfodaopjlmbdb |
| 简介 | Calculates average grades on Gradescope. This extension is not associated with Gradescope or its parent company. |
| 文件大小 | 13.67 KB |
| 安装次数 | 226 |
| 当前版本 | 1.03 |
| 更新时间 | 2022-11-06 |
| 上架时间 | 2022-08-31 |
| 开发者 | gradescopecalculator |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | 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"
}
} | |