CIS Grade Totaler
Add grade totals and percent to CIS
CIS Grade Totalerとは何ですか?
CIS Grade TotalerはBrendan Degryseによって開発されたChromeの拡張機能で、その主な機能は「Add grade totals and percent to CIS」です。
拡張機能のスクリーンショット
CIS Grade Totaler拡張機能のCRXファイルをダウンロード
CIS Grade Totaler拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Add grade totals and percent for classes to the Cadet Information System. Repository available at https://github.com/brendandegryse-92/CISGradeTotaler.
拡張機能の基本情報
名前 | |
ID | boncflkgmalgnfnijinolilgoimfjlgj |
公式URL | https://chromewebstore.google.com/detail/cis-grade-totaler/boncflkgmalgnfnijinolilgoimfjlgj |
説明 | Add grade totals and percent to CIS |
ファイルサイズ | 9.66 KB |
インストール数 | 1,532 |
現在のバージョン | 1.4 |
最終更新日 | 2023-05-03 |
公開日 | 2023-03-28 |
評価 | 5.00/5 合計 6 レビュー |
開発者 | Brendan Degryse |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "CIS Grade Totaler", "version": "1.4", "description": "Add grade totals and percent to CIS", "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/cis.westpoint.edu\/cis\/Academic\/CourseGradeBook.cfm?*" ] }, { "js": [ "scripts\/gpa.js" ], "matches": [ "https:\/\/cis.westpoint.edu\/cis\/Academic\/main_academic.cfm" ] } ] } |