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
电子邮箱 [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"
    }
}