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”。
擴展截圖
下載X2 GPA擴展crx文件
下載X2 GPA擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Extension designed for Chelmsford High School students to view their weighted GPA for the term. 擴展基本資訊
| 名稱 | |
| ID | mfamhidmoccimpmjcejdcldcoebgockf |
| 官方網址 | 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*"
]
}
]
} | |