Catholic Central GPA Calculator
Automatically loads your GPA on MyCC's progress page, as well as some other useful features
Catholic Central GPA Calculatorとは何ですか?
Catholic Central GPA CalculatorはBDによって開発されたChromeの拡張機能で、その主な機能は「Automatically loads your GPA on MyCC's progress page, as well as some other useful features」です。
拡張機能のスクリーンショット
Catholic Central GPA Calculator拡張機能のCRXファイルをダウンロード
Catholic Central GPA Calculator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        • Auto updates for any new versions
• Current, accurate GPA according to CC's grading standard
• Ability to view weighted and unweighted grades
• Calculate your class grade for upcoming assignment
• Calculate your semester grades based on your exam grades
• Calculate the minimum exam grade needed to accomplish a 
  semester grade
---
(Credits to: Bagel03)                     拡張機能の基本情報
| 名前 |   |  
| ID | akbakffdecfdahaciiiniiaopllhmppj | 
| 公式URL | https://chromewebstore.google.com/detail/catholic-central-gpa-calc/akbakffdecfdahaciiiniiaopllhmppj | 
| 説明 | Automatically loads your GPA on MyCC's progress page, as well as some other useful features | 
| ファイルサイズ | 3.59 KB | 
| インストール数 | 107 | 
| 現在のバージョン | 2.0.0 | 
| 最終更新日 | 2023-12-17 | 
| 公開日 | 2023-12-17 | 
| 評価 | 5.00/5 合計 2 レビュー | 
| 開発者 | BD | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 対応言語 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "$schema": "https:\/\/json.schemastore.org\/chrome-manifest",
    "manifest_version": 3,
    "name": "Catholic Central GPA Calculator",
    "version": "2.0.0",
    "description": "Automatically loads your GPA on MyCC's progress page, as well as some other useful features",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.myschoolapp.com\/*"
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/built\/*"
            ],
            "matches": [
                "https:\/\/*.myschoolapp.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.myschoolapp.com\/*"
    ],
    "permissions": [
        "storage"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.myschoolapp.com\/*"
        ]
    }
}  |  |