Calculate My Grade

GPA and Grade Calculator for StudentVUE. It calculates GPA, and the effects an imagined grade would have on their current grade…

Calculate My Grade란 무엇입니까?

Calculate My Grade은(는) npride에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "GPA and Grade Calculator for StudentVUE. It calculates GPA, and the effects an imagined grade would have on their current grade…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Calculate My Grade 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        GPA and Grade Calculator for StudentVUE. It calculates GPA, and the effects an imagined grade would have on their current grade

GPA Calculator:

"Automatic" Function:
The user has to open the popup, and press the "GPA Calculator" button while the "StudentVUE Marking Period 4" page is open in the browser. Then, the user must select the weight for each class. (Ex. Hon English 9 is an "Honors/Dual Enrollment" class while AP World History 1 is an "AP/IB/Industry Certification" class). If the user wants to add a course they have taken before this year, they simply have to input the course information and select "Add Course". Then, when the user is finished, they should hit the "Submit" button and their GPA will be displayed on the screen.

"Manual" Function:
Same as "automatic" function, except the program does not draw from the StudentVUE Webpage, and the user inputs all of the classes manually. 

Grade Calculator:

"Automatic" Function:
The user has to open the popup, and press the "Grade Calculator" button while a StudentVUE Class page is open in the browser. The user inputs the information about the imagined assignment, the points earned, points possible, and weight of the assignment. Then, after clicking the submit button, the program calculates what grade the user would have if they were to get the inputted grade on that assignment, in that class.

"Minimum" Function:
The user has to open the popup, and press the "Grade Calculator" button while a StudentVUE Class page is open in the browser. The user inputs the information about an assignment they will do/have done, but is not currently in the gradebook (Ex. A test the user just took) Then, the user inputs information about the assignment, points possible and it's weight on their grade, then, the user inputs the grade they're trying to earn (Ex. 89.5, if the user has an 88.5) and the program calculates what the user would have to earn on that assignment to achieve the grade they want.

"Manual" Function:
Same as "automatic" function, but the program does not draw from StudentVUE webpage, so the user must input, information about their current grade in the same weighted category of the new assignment as the new assignment, points earned, points possible, weight of category, and weight of other categories.                    

확장 프로그램 기본 정보

이름 Calculate My Grade Calculate My Grade
ID fdoommcdfpomlhonlfinimnlcpflojmg
공식 URL https://chromewebstore.google.com/detail/calculate-my-grade/fdoommcdfpomlhonlfinimnlcpflojmg
설명 GPA and Grade Calculator for StudentVUE. It calculates GPA, and the effects an imagined grade would have on their current grade…
파일 크기 94.41 KB
설치 횟수 559
현재 버전 1.0.0.3
최근 업데이트 2017-06-04
출시 날짜 2017-06-04
평점 1.00/5 총 2 개의 평점
개발자 npride
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Calculate My Grade",
    "version": "1.0.0.3",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/studentvue.ccpsnet.net\/*"
            ],
            "js": [
                "\/js\/content.js"
            ],
            "css": [
                "\/css\/content.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "256": "\/images\/icon_256.png"
        },
        "default_title": "Calculate My Grade Extension for CCPS StudentVUE",
        "default_popup": "\/html\/popup.html"
    },
    "permissions": [
        "tabs"
    ]
}