X2 GPA
Weighted GPA Calculator for term grades at Chelmsford High School
Wat is X2 GPA?
X2 GPA is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Weighted GPA Calculator for term grades at Chelmsford High School".
Extensie Screenshots
Download het CRX-bestand van de extensie X2 GPA
Download X2 GPA-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Extension designed for Chelmsford High School students to view their weighted GPA for the term.
Basisinformatie over de Extensie
Naam | X2 GPA |
ID | mfamhidmoccimpmjcejdcldcoebgockf |
Officiële URL | https://chromewebstore.google.com/detail/x2-gpa/mfamhidmoccimpmjcejdcldcoebgockf |
Beschrijving | Weighted GPA Calculator for term grades at Chelmsford High School |
Bestandsgrootte | 16.76 KB |
Aantal Installaties | 109 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2018-11-08 |
Publicatiedatum | 2018-11-07 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Extensiewebsite | https://github.com/jtcourtemarche |
Ondersteunde Talen | 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*" ] } ] } |