Pinnacle Grade Calculator

An extension to see how an assignment will affect your class grade.

Pinnacle Grade Calculatorคืออะไร?

Pinnacle Grade Calculator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย William Chiang & Salvador Aleguas และคุณลักษณะหลักของมันคือ "An extension to see how an assignment will affect your class grade."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pinnacle Grade Calculator

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

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

                        Ever wanted to see how a grade would impact your average in a class? Well that's simple: if it does not use point systems, add up all the points you earned plus the new grade's achieved points then divide by the...

Oh wait, that might take a while.

That's why this extension was made. You can add fake grades and your class average will automatically update based on the new grade. It even works on categories too!

Note: We are not liable for any damages that may result from the use of our product. Calculations may not be a hundred percent accurate.

Update 1.0.4: Fixed Functionality                    

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

ชื่อ Pinnacle Grade Calculator Pinnacle Grade Calculator
ID ajmebljhmdndihimeodajeiicccpdfei
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pinnacle-grade-calculator/ajmebljhmdndihimeodajeiicccpdfei
คำอธิบาย An extension to see how an assignment will affect your class grade.
ขนาดไฟล์ 88.6 KB
จำนวนการติดตั้ง 4,237
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2020-12-05
วันที่เผยแพร่ 2019-08-31
คะแนน 3.70/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา William Chiang & Salvador Aleguas
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/WillBillChiang/Pinnacle-Grade-Calculator
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pinnacle Grade Calculator",
    "version": "1.0.4",
    "description": "An extension to see how an assignment will affect your class grade.",
    "homepage_url": "https:\/\/github.com\/WillBillChiang\/Pinnacle-Grade-Calculator",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/gb.browardschools.com\/Pinnacle\/Gradebook\/InternetViewer\/StudentAssignments*"
            ],
            "js": [
                "assets\/js\/calculate.js"
            ],
            "css": [
                "assets\/css\/style.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "assets\/image\/book.png"
    },
    "icons": {
        "16": "assets\/image\/book.png",
        "48": "assets\/image\/book2.png",
        "128": "assets\/image\/book3.png"
    },
    "background": {
        "scripts": [
            "assets\/js\/background.js"
        ]
    },
    "permissions": []
}