PowerSchool Grade Calculator

Finals coming up? Want to bump that B+ up to an A? Know what you need with this PowerSchool Grade Calculator. This extension will…

PowerSchool Grade Calculatorคืออะไร?

PowerSchool Grade Calculator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jacob Kohn และคุณลักษณะหลักของมันคือ "Finals coming up? Want to bump that B+ up to an A? Know what you need with this PowerSchool Grade Calculator. This extension will…"

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

screenshot
screenshot
screenshot

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

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

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

                        Finals coming up? Want to bump that B+ up to an A? Know what you need with this PowerSchool Grade Calculator.

This extension will help you know what you need to get on your finals to raise or keep your grade where it is. Simply give it the number of points your final is and the grade you need in the class and it’ll tell you exactly what you need.                    

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

ชื่อ PowerSchool Grade Calculator PowerSchool Grade Calculator
ID bpkfhbeeafocodchajjeacoapdagogaj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/powerschool-grade-calcula/bpkfhbeeafocodchajjeacoapdagogaj
คำอธิบาย Finals coming up? Want to bump that B+ up to an A? Know what you need with this PowerSchool Grade Calculator. This extension will…
ขนาดไฟล์ 5.7 KB
จำนวนการติดตั้ง 267
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2016-06-01
วันที่เผยแพร่ 2016-06-01
คะแนน 1.80/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Jacob Kohn
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PowerSchool Grade Calculator",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "calculate.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}