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
官方網址 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
電子郵箱 [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"
    }
}