GradeMyGold

Easily calculate your predicted GPA within GOLD.

GradeMyGoldとは何ですか?

GradeMyGoldはCasey Barbelloによって開発されたChromeの拡張機能で、その主な機能は「Easily calculate your predicted GPA within GOLD.」です。

拡張機能のスクリーンショット

screenshot

GradeMyGold拡張機能のCRXファイルをダウンロード

GradeMyGold拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        GradeMyGold makes predicting your future GPA easy by adding a GPA calculator to UCSB's GOLD website. Simply go to the "Grades" tab on GOLD and select "All Quarters." A calculator will appear at the bottom of the page next to your current quarter. 

GradeMyGold correctly calculates your GPA, even if you are retaking a course. If you would like to omit a course grade, set its corresponding drop down to "P/NP" and it will be excluded from the calculation.

All calculations are performed locally on your machine. Your data is not altered and nothing is reported to me.                    

拡張機能の基本情報

名前 GradeMyGold GradeMyGold
ID jneakpjhcnajlhemfopfpacikagpolkn
公式URL https://chromewebstore.google.com/detail/grademygold/jneakpjhcnajlhemfopfpacikagpolkn
説明 Easily calculate your predicted GPA within GOLD.
ファイルサイズ 9.14 KB
インストール数 149
現在のバージョン 1.6
最終更新日 2018-04-18
公開日 2018-04-17
評価 4.57/5 合計 7 レビュー
開発者 Casey Barbello
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GradeMyGold",
    "version": "1.6",
    "author": "Casey Barbello",
    "description": "Easily calculate your predicted GPA within GOLD.",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "page_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/my.sa.ucsb.edu\/gold\/StudentGrades.aspx"
            ],
            "css": [
                "sheet.css"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}