Gpa calculator
Quick launch GPA viewer for Yorku students
什么是Gpa calculator?
Gpa calculator是由Alexander开发的Chrome扩展程序,该扩展的主要功能是“Quick launch GPA viewer for Yorku students”。
扩展截图
下载Gpa calculator扩展crx文件
下载Gpa calculator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
An extension for students at York University to view their overall , sessional, and choice of culminative Grade Point Average (GPA) in a click of a button. 扩展基本信息
| 名称 | |
| ID | lpabmedjkjjjpjmeadnbpbmbklhnbbel |
| 官方URL | https://chromewebstore.google.com/detail/gpa-calculator/lpabmedjkjjjpjmeadnbpbmbklhnbbel |
| 简介 | Quick launch GPA viewer for Yorku students |
| 文件大小 | 120 KB |
| 安装次数 | 43 |
| 当前版本 | 1.0 |
| 更新时间 | 2020-08-02 |
| 上架时间 | 2020-07-29 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Alexander |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Gpa calculator",
"version": "1.0",
"description": "Quick launch GPA viewer for Yorku students",
"manifest_version": 2,
"content_scripts": [
{
"matches": [
"https:\/\/wrem.sis.yorku.ca\/Apps\/WebObjects\/ydml.woa\/wa\/DirectAction\/document?name=CourseListv1",
"https:\/\/w6prod.sis.yorku.ca\/yda\/student"
],
"js": [
"main.js"
]
}
],
"icons": {
"128": "icon.png"
},
"browser_action": {
"default_popup": "popup.html",
"default_title": "eecs calculator",
"default_icon": "icon.png"
}
} | |