Montville Cumulative GPA Calculator

This extension calculates the Cumulative GPA of a student across his/her years at Montville Township High School

Montville Cumulative GPA Calculatorとは何ですか?

Montville Cumulative GPA CalculatorはShYaMによって開発されたChromeの拡張機能で、その主な機能は「This extension calculates the Cumulative GPA of a student across his/her years at Montville Township High School」です。

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

screenshot
screenshot

Montville Cumulative GPA Calculator拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension calculates the Cumulative GPA of a student across his/her years at Montville Township High School.  All you have to do is go to the Grading History tab in the Grading section of the Montville Parent Access page, click on the extension, and click "Calculate!" 

You will see your cumulative GPA across your years at Montville Township High School above your name. Additionally, your final GPA for each year will appear right underneath all your classes for each year in a highlighted format (see screenshot above).                    

拡張機能の基本情報

名前 Montville Cumulative GPA Calculator Montville Cumulative GPA Calculator
ID dkllbohbhablifdemnodeaagkpkgklff
公式URL https://chromewebstore.google.com/detail/montville-cumulative-gpa/dkllbohbhablifdemnodeaagkpkgklff
説明 This extension calculates the Cumulative GPA of a student across his/her years at Montville Township High School
ファイルサイズ 58.87 KB
インストール数 53
現在のバージョン 1.22
最終更新日 2019-08-30
公開日 2019-08-30
評価 4.50/5 合計 2 レビュー
開発者 ShYaM
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Montville Cumulative GPA Calculator",
    "description": "This extension calculates the Cumulative GPA of a student across his\/her years at Montville Township High School",
    "version": "1.22",
    "author": "Shyam Mehta",
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/parents.montville.net\/genesis\/*",
                "https:\/\/parents.genesisedu.com\/*"
            ],
            "js": [
                ".\/src\/jquery.min.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": ".\/images\/icon.png",
        "default_title": "Montville Cumulative GPA",
        "default_popup": "popup.html"
    }
}