X2 GPA

Weighted GPA Calculator for term grades at Chelmsford High School

什么是X2 GPA?

X2 GPA是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Weighted GPA Calculator for term grades at Chelmsford High School”。

扩展截图

screenshot

下载X2 GPA扩展crx文件

下载X2 GPA扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Extension designed for Chelmsford High School students to view their weighted GPA for the term.                    

扩展基本信息

名称 X2 GPA X2 GPA
ID mfamhidmoccimpmjcejdcldcoebgockf
官方URL https://chromewebstore.google.com/detail/x2-gpa/mfamhidmoccimpmjcejdcldcoebgockf
简介 Weighted GPA Calculator for term grades at Chelmsford High School
文件大小 16.76 KB
安装次数 109
当前版本 1.2
更新时间 2018-11-08
上架时间 2018-11-07
评分 5.00/5 共4次评分
开发者 Unknown
付费类型 free
扩展官网 https://github.com/jtcourtemarche
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "X2 GPA",
    "version": "1.2",
    "author": "Jacob Courtemarche",
    "description": "Weighted GPA Calculator for term grades at Chelmsford High School",
    "manifest_version": 2,
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "css": [
                "tooltip.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/ma-chelmsford.myfollett.com\/aspen\/portalClassList.do*"
            ]
        }
    ]
}