Infinite Campus Grades++
Alternative Version of FUSD Infinite Campus (with grade simulation)
Infinite Campus Grades++คืออะไร?
Infinite Campus Grades++ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jonathan Ma และคุณลักษณะหลักของมันคือ "Alternative Version of FUSD Infinite Campus (with grade simulation)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Infinite Campus Grades++
ดาวน์โหลดไฟล์ส่วนขยาย Infinite Campus Grades++ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tired of the confusing Infinite Campus grades UI and having to manually calculate the lowest grade you can get on an assignment? Worry no longer! This handy extension aims to address 2 crucial oversights of Infinite Campus, a confusing UI and the inability to simulate your grade. Features: ● Assignments for each class are sorted neatly by grading category with your current grade and category grades at the top of the page ● Simulate your grade by changing your score for past assignments, adding new assignments, or deleting past ones ● Create new categories and change the weightage of existing ones ● Graph of how your grade has been changing throughout the semester ● Calculate the lowest grade you can get on an assignment to maintain a certain grade ● Light and Dark Mode Usage: 1. Make sure you are signed in to FUSD Infinite Campus 2. After installing, click on the green Infinite Campus icon on the toolbar to open the home page 3. Here, you can see a list of your current classes and grades ● You can change the semester you are viewing by clicking the radio buttons below the title 4. If you click on the "Open Class" button next to each class entry, you will be brought to the class page 5. Here, you can see all your assignments and grades for the class. You can: ● Create new assignments and categories ● Update assignment scores using the input boxes next to each assignment ● Delete assignments ● Reset assignments to their original score ● Update category weightages using the input boxes in the summary table 6. The "Lowest Grade Calculator" tab allows you to calculate the lowest grade you can get on an assignment in order to maintain a certain grade 7. The "Grade History Graph" tab shows a graph of how your grade has changed during the semester 8. Enjoy! Note: Calculated grades may be off by at most 0.01% due to rounding errors To report any bugs, email [email protected] or open an issue on GitHub (https://github.com/jonathanjma/Infinite-Campus) with a detailed description of the issue.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Infinite Campus Grades++ |
ID | kfanojpgbklafmhammpnbajkkdpehign |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/infinite-campus-grades++/kfanojpgbklafmhammpnbajkkdpehign |
คำอธิบาย | Alternative Version of FUSD Infinite Campus (with grade simulation) |
ขนาดไฟล์ | 92.33 KB |
จำนวนการติดตั้ง | 3,000 |
เวอร์ชันปัจจุบัน | 2.6 |
อัปเดตครั้งล่าสุด | 2024-01-16 |
วันที่เผยแพร่ | 2021-12-22 |
คะแนน | 5.00/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Jonathan Ma |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/jonathanjma/Infinite-Campus |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Infinite Campus Grades++", "description": "Alternative Version of FUSD Infinite Campus (with grade simulation)", "version": "2.6", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png", "256": "icon.png" }, "background": { "service_worker": "service_worker.js" }, "permissions": [ "storage" ], "web_accessible_resources": [ { "resources": [ "pages\/main.html", "pages\/class.html" ], "matches": [ " |