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 |
官方網址 | 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" } } |