Gradescope Grade Calculator
Calculates average grades on Gradescope. This extension is not associated with Gradescope or its parent company.
Gradescope Grade Calculatorとは何ですか?
Gradescope Grade Calculatorはgradescopecalculatorによって開発されたChromeの拡張機能で、その主な機能は「Calculates average grades on Gradescope. This extension is not associated with Gradescope or its parent company.」です。
拡張機能のスクリーンショット
Gradescope Grade Calculator拡張機能のCRXファイルをダウンロード
Gradescope Grade Calculator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Calculates average grades on Gradescope. This extension is not associated with Gradescope or its parent company.
拡張機能の基本情報
名前 | Gradescope Grade Calculator |
ID | alhgdioldhlhioomehokfodaopjlmbdb |
公式URL | https://chromewebstore.google.com/detail/gradescope-grade-calculat/alhgdioldhlhioomehokfodaopjlmbdb |
説明 | Calculates average grades on Gradescope. This extension is not associated with Gradescope or its parent company. |
ファイルサイズ | 13.67 KB |
インストール数 | 226 |
現在のバージョン | 1.03 |
最終更新日 | 2022-11-06 |
公開日 | 2022-08-31 |
開発者 | gradescopecalculator |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Gradescope Grade Calculator", "version": "1.03", "content_scripts": [ { "matches": [ "https:\/\/www.gradescope.com\/courses\/*" ], "js": [ "content.js" ] } ], "icons": { "128": "Calculator.png" }, "action": { "default_icon": "Calculator.png", "default_popup": "index.html", "default_title": "Popup" } } |