Demarest GPA Calculator
This extension calculates the GPA for Northern Valley Regional High School at Demarest Students
什么是Demarest GPA Calculator?
Demarest GPA Calculator是由Inpyo Lee开发的Chrome扩展程序,该扩展的主要功能是“This extension calculates the GPA for Northern Valley Regional High School at Demarest Students”。
扩展截图
下载Demarest GPA Calculator扩展crx文件
下载Demarest GPA Calculator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
free, easy, and open-source GPA calculator for NVD students. Feedback: https://github.com/tenebo/DemarestGPA/issues Change Log: [3.3.0] - patch genesis changes [3.2.1] - patch genesis changes [3.2] - update calculation to see final [3.1] - update calculation [3.0] - update calculation [2.0] - Add unweighted gpa calculation - Add outcome of GPA by changes in grade [1.3] - Remove auto-calculate permission without clicking the app [1.2] - Update UI - Minify code 130KB to 78KB - Add auto-calculate permission [1.1] - First release
扩展基本信息
名称 | Demarest GPA Calculator |
ID | pggbiifbjifdpjccconjffpfaidfifbd |
官方URL | https://chromewebstore.google.com/detail/demarest-gpa-calculator/pggbiifbjifdpjccconjffpfaidfifbd |
简介 | This extension calculates the GPA for Northern Valley Regional High School at Demarest Students |
文件大小 | 60.47 KB |
安装次数 | 549 |
当前版本 | 3.3.1 |
更新时间 | 2024-01-09 |
上架时间 | 2023-01-05 |
评分 | 5.00/5 共1次评分 |
开发者 | Inpyo Lee |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/tenebo/DemarestGPA |
帮助页面URL | https://www.paypal.com/paypalme/paid529 |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Demarest GPA Calculator", "description": "This extension calculates the GPA for Northern Valley Regional High School at Demarest Students", "version": "3.3.1", "author": "Inpyo Lee", "permissions": [ "activeTab", "scripting" ], "action": { "default_icon": ".\/images\/icon.png", "default_title": "Demarest GPA", "default_popup": ".\/popup.html" } } |