Gradescope Calculator
Calculates overall grade from individual scores on Gradescope. This extension is not affiliated with Gradescope in any way.
Gradescope Calculator là gì?
Gradescope Calculator là một tiện ích mở rộng Chrome được phát triển bởi thegde023, và tính năng chính của nó là "Calculates overall grade from individual scores on Gradescope. This extension is not affiliated with Gradescope in any way.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Gradescope Calculator
Tải xuống các tệp mở rộng Gradescope Calculator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Gradescope Calculator |
ID | nigkojmgohclldgaenhbclkcbmblmenc |
URL Chính Thức | https://chromewebstore.google.com/detail/gradescope-calculator/nigkojmgohclldgaenhbclkcbmblmenc |
Mô tả | Calculates overall grade from individual scores on Gradescope. This extension is not affiliated with Gradescope in any way. |
Kích Thước Tệp | 17.06 KB |
Số Lần Cài Đặt | 60 |
Phiên Bản Hiện Tại | 0.0.1.2 |
Cập Nhật Lần Cuối | 2022-09-11 |
Ngày Phát Hành | 2021-12-12 |
Nhà Phát Triển | thegde023 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |