Montville Cumulative GPA Calculator
This extension calculates the Cumulative GPA of a student across his/her years at Montville Township High School
Montville Cumulative GPA Calculatorคืออะไร?
Montville Cumulative GPA Calculator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ShYaM และคุณลักษณะหลักของมันคือ "This extension calculates the Cumulative GPA of a student across his/her years at Montville Township High School"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Montville Cumulative GPA Calculator
ดาวน์โหลดไฟล์ส่วนขยาย Montville Cumulative GPA Calculator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension calculates the Cumulative GPA of a student across his/her years at Montville Township High School. All you have to do is go to the Grading History tab in the Grading section of the Montville Parent Access page, click on the extension, and click "Calculate!" You will see your cumulative GPA across your years at Montville Township High School above your name. Additionally, your final GPA for each year will appear right underneath all your classes for each year in a highlighted format (see screenshot above).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Montville Cumulative GPA Calculator |
ID | dkllbohbhablifdemnodeaagkpkgklff |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/montville-cumulative-gpa/dkllbohbhablifdemnodeaagkpkgklff |
คำอธิบาย | This extension calculates the Cumulative GPA of a student across his/her years at Montville Township High School |
ขนาดไฟล์ | 58.87 KB |
จำนวนการติดตั้ง | 53 |
เวอร์ชันปัจจุบัน | 1.22 |
อัปเดตครั้งล่าสุด | 2019-08-30 |
วันที่เผยแพร่ | 2019-08-30 |
คะแนน | 4.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | ShYaM |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Montville Cumulative GPA Calculator", "description": "This extension calculates the Cumulative GPA of a student across his\/her years at Montville Township High School", "version": "1.22", "author": "Shyam Mehta", "permissions": [ "activeTab" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "content_scripts": [ { "matches": [ "https:\/\/parents.montville.net\/genesis\/*", "https:\/\/parents.genesisedu.com\/*" ], "js": [ ".\/src\/jquery.min.js" ] } ], "browser_action": { "default_icon": ".\/images\/icon.png", "default_title": "Montville Cumulative GPA", "default_popup": "popup.html" } } |