GPA-me

A simple extension for editting your un-submitted grades to see what your GPA will be!

GPA-me란 무엇입니까?

GPA-me은(는) Noah Presler에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple extension for editting your un-submitted grades to see what your GPA will be!"입니다.

확장 프로그램 스크린샷

screenshot

GPA-me 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        It's finals week and you have no idea what your grades are going to be...The suspense is killing you...what will your GPA be?! You pull out a calculator, or maybe open an excel doc and start plugging away.

No longer will you be submitted to the grueling process of these calculations! Instead, easily edit your grades from ISIS and see your GPA update in real time. 

Go to the options page to turn on 'Stress Mode' to cover your grades and keep them hidden!

By installing this extension, you will automatically have this ability whenever you are on the ISIS 'My Grades' page. Simply log in with your JHED-ID and start editing to see what your GPA might be. 

Made for students attending the Johns Hopkins University.                    

확장 프로그램 기본 정보

이름 GPA-me GPA-me
ID mnpgbocbiohchhfjkcbppidafmeokidj
공식 URL https://chromewebstore.google.com/detail/gpa-me/mnpgbocbiohchhfjkcbppidafmeokidj
설명 A simple extension for editting your un-submitted grades to see what your GPA will be!
파일 크기 37.65 KB
설치 횟수 109
현재 버전 4
최근 업데이트 2016-11-17
출시 날짜 2016-11-17
평점 5.00/5 총 6 개의 평점
개발자 Noah Presler
결제 유형 free
확장 프로그램 웹 사이트 http://semester.ly
도움말 페이지 URL http://semester.ly
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GPA-me",
    "description": "A simple extension for editting your un-submitted grades to see what your GPA will be!",
    "version": "4",
    "manifest_version": 2,
    "content_scripts": [
        {
            "css": [
                "gpa-me.css"
            ],
            "matches": [
                "https:\/\/sis.jhu.edu\/*"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "myscript.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "options_page": "options.html"
}