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文件

下載GPA-me擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}