X2 GPA
Weighted GPA Calculator for term grades at Chelmsford High School
What is X2 GPA?
X2 GPA is a Chrome extension developed by Unknown, and its main feature is "Weighted GPA Calculator for term grades at Chelmsford High School".
Extension Screenshots
Download X2 GPA Extension CRX File
Download X2 GPA extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension designed for Chelmsford High School students to view their weighted GPA for the term.
Extension Basic Information
Name | X2 GPA |
ID | mfamhidmoccimpmjcejdcldcoebgockf |
Official URL | https://chromewebstore.google.com/detail/x2-gpa/mfamhidmoccimpmjcejdcldcoebgockf |
Description | Weighted GPA Calculator for term grades at Chelmsford High School |
File Size | 16.76 KB |
Installation Count | 109 |
Current Version | 1.2 |
Last Updated | 2018-11-08 |
Publish Date | 2018-11-07 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Unknown |
Payment Type | free |
Extension Website | https://github.com/jtcourtemarche |
Supported Languages | 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*" ] } ] } |