Infinite Campus Grade Predictor
Predict your future grades on Infinite Campus
Infinite Campus Grade Predictorคืออะไร?
Infinite Campus Grade Predictor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Benjamin Man และคุณลักษณะหลักของมันคือ "Predict your future grades on Infinite Campus"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Infinite Campus Grade Predictor
ดาวน์โหลดไฟล์ส่วนขยาย Infinite Campus Grade Predictor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Take control of your grades. Stop using your calculator to add up every assignment in every category. ICGP instantly calculates your predictions. Whether its a final, an assignment in a new category, extra credit, or a change to an old grade, ICGP does it for you. Open source: https://github.com/bm-tech/Infinite-Campus-Grade-Predictor
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Infinite Campus Grade Predictor |
ID | ggakloicnidnfjbdfeapcjdhoeikpmbc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/infinite-campus-grade-pre/ggakloicnidnfjbdfeapcjdhoeikpmbc |
คำอธิบาย | Predict your future grades on Infinite Campus |
ขนาดไฟล์ | 781 KB |
จำนวนการติดตั้ง | 1,000 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2022-12-28 |
วันที่เผยแพร่ | 2021-12-28 |
คะแนน | 5.00/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | Benjamin Man |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://bm-tech.github.io/Infinite-Campus-Grade-Predictor/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Infinite Campus Grade Predictor", "version": "1.1.0", "manifest_version": 3, "description": "Predict your future grades on Infinite Campus", "homepage_url": "https:\/\/github.com\/BM-Tech\/Infinite-Campus-Grade-Predictor", "icons": { "16": "icons\/favicon-16x16.png", "48": "icons\/favicon-32x32.png", "128": "icons\/favicon-128.png" }, "default_locale": "en", "background": { "service_worker": "src\/bg\/background.js" }, "action": { "default_icon": "icons\/favicon-32x32.png", "default_title": "Infinite Campus Grade Predictor", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "tabs", "storage" ], "host_permissions": [ "https:\/\/*.infinitecampus.org\/campus\/resources\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.infinitecampus.org\/*" ], "js": [ "src\/inject.js" ], "all_frames": true, "run_at": "document_start" } ] } |