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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gradescopecalculator และคุณลักษณะหลักของมันคือ "Calculates average grades on Gradescope. This extension is not associated with Gradescope or its parent company."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gradescope Grade Calculator
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" } } |