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
公式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"
}