X2 GPA

Weighted GPA Calculator for term grades at Chelmsford High School

X2 GPAคืออะไร?

X2 GPA เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Weighted GPA Calculator for term grades at Chelmsford High School"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย X2 GPA

ดาวน์โหลดไฟล์ส่วนขยาย X2 GPA ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Extension designed for Chelmsford High School students to view their weighted GPA for the term.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ X2 GPA X2 GPA
ID mfamhidmoccimpmjcejdcldcoebgockf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/x2-gpa/mfamhidmoccimpmjcejdcldcoebgockf
คำอธิบาย Weighted GPA Calculator for term grades at Chelmsford High School
ขนาดไฟล์ 16.76 KB
จำนวนการติดตั้ง 109
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2018-11-08
วันที่เผยแพร่ 2018-11-07
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/jtcourtemarche
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "X2 GPA",
    "version": "1.2",
    "author": "Jacob Courtemarche",
    "description": "Weighted GPA Calculator for term grades at Chelmsford High School",
    "manifest_version": 2,
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "css": [
                "tooltip.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/ma-chelmsford.myfollett.com\/aspen\/portalClassList.do*"
            ]
        }
    ]
}