Pinnacle Grade Calculator

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

Pinnacle Grade Calculator란 무엇입니까?

Pinnacle Grade Calculator은(는) William Chiang & Salvador Aleguas에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension to see how an assignment will affect your class grade."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Pinnacle Grade Calculator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": []
}