Managebac Grade Calculator

Managebac Grade Calculator is a tool for mainly students, but it is very useful for everybody using managebac. It can help people…

Managebac Grade Calculatorとは何ですか?

Managebac Grade Calculatorはmanagebacgradecalculatorによって開発されたChromeの拡張機能で、その主な機能は「Managebac Grade Calculator is a tool for mainly students, but it is very useful for everybody using managebac. It can help people…」です。

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

screenshot

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

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

拡張機能の使用方法

                        Managebac Grade Calculator is a tool for mainly students, but it is very useful for everybody using managebac.
It can help people find their grade in any subject or class, calculate your percentage in certain assignments etc. It will be able to do much more in the future too! It is surely a tool that every student using managebac should have downloaded.                    

拡張機能の基本情報

名前 Managebac Grade Calculator Managebac Grade Calculator
ID fhbfhmmifmgcmnhdgjbgmkbaieembhha
公式URL https://chromewebstore.google.com/detail/managebac-grade-calculato/fhbfhmmifmgcmnhdgjbgmkbaieembhha
説明 Managebac Grade Calculator is a tool for mainly students, but it is very useful for everybody using managebac. It can help people…
ファイルサイズ 155 KB
インストール数 494
現在のバージョン 1.3
最終更新日 2022-06-04
公開日 2022-01-15
評価 5.00/5 合計 1 レビュー
開発者 managebacgradecalculator
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Managebac Grade Calculator",
    "version": "1.3",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/opengate.managebac.com\/student\/*"
            ],
            "js": [
                "jquery.js",
                "content.js",
                "saveHandle.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "imgs\/pfp.jpg",
        "48": "imgs\/pfp.jpg",
        "128": "imgs\/pfp.jpg"
    },
    "browser_action": {
        "default_icon": "imgs\/pfp.jpg",
        "default_popup": "popup.html"
    }
}