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 |
官方網址 | 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" } } |