GPA
this is the extension used to calculate the GPA score for the top points of the university fpt
什么是GPA?
GPA是由gianghoang.9955开发的Chrome扩展程序,该扩展的主要功能是“this is the extension used to calculate the GPA score for the top points of the university fpt”。
扩展截图
下载GPA扩展crx文件
下载GPA扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
this is the extension used to calculate the GPA score for the top points of the university fpt
扩展基本信息
名称 | GPA |
ID | lophbplfkejkpndhjfmfhjmlmehfmbng |
官方URL | https://chromewebstore.google.com/detail/gpa/lophbplfkejkpndhjfmfhjmlmehfmbng |
简介 | this is the extension used to calculate the GPA score for the top points of the university fpt |
文件大小 | 3.36 KB |
安装次数 | 34 |
当前版本 | 1.0 |
更新时间 | 2021-08-19 |
上架时间 | 2021-08-19 |
评分 | 5.00/5 共1次评分 |
开发者 | gianghoang.9955 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GPA", "version": "1.0", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/fap.fpt.edu.vn\/Grade\/StudentTranscript.aspx" ], "js": [ "script.js" ] } ] } |