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.
擴展基本資訊
名稱 | Gradescope Grade Calculator |
ID | alhgdioldhlhioomehokfodaopjlmbdb |
官方網址 | 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" } } |