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 |
Eメール | [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" } } |