My School Management - Overall Summary
Adds a student and class summary table to the 'Graded Exercise' page on 'myschoolmanagement.com'
My School Management - Overall Summaryとは何ですか?
My School Management - Overall SummaryはBrad Parksによって開発されたChromeの拡張機能で、その主な機能は「Adds a student and class summary table to the 'Graded Exercise' page on 'myschoolmanagement.com'」です。
拡張機能のスクリーンショット
My School Management - Overall Summary拡張機能のCRXファイルをダウンロード
My School Management - Overall Summary拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The table shows a student's overall marks to date, and the class average mark overall to date as well. Additionally it shows the same results for 1 month ago, 2 months ago, 3 months ago and 4 months ago, to allow you to see how your student and class is doing relative to where they were in the past. NOTE: I'm not affiliated with myschoolmanagement.com in any way. This is just a feature I wanted to have for my kids, and thought others might like it too! Changelog: 0.0.0.3 - Fixed grade calc bug 0.0.0.2 - Fixed weight bug 0.0.0.1 - Initial release
拡張機能の基本情報
名前 | My School Management - Overall Summary |
ID | ihjdkpckncljjhcjcbamnpggbajkmook |
公式URL | https://chromewebstore.google.com/detail/my-school-management-over/ihjdkpckncljjhcjcbamnpggbajkmook |
説明 | Adds a student and class summary table to the 'Graded Exercise' page on 'myschoolmanagement.com' |
ファイルサイズ | 781 KB |
インストール数 | 45 |
現在のバージョン | 0.0.0.3 |
最終更新日 | 2020-09-24 |
公開日 | 2017-03-14 |
開発者 | Brad Parks |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://myschoolmanagement.com/ |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "My School Management - Overall Summary", "version": "0.0.0.3", "description": "Adds a student and class summary table to the 'Graded Exercise' page on 'myschoolmanagement.com' ", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "permissions": [], "browser_action": { "name": "Manipulate DOM", "icons": [ "icon48.png" ], "default_icon": "icon48.png" }, "content_scripts": [ { "js": [ "jquery.min.js", "contentscript.js" ], "matches": [ "http:\/\/*.myschoolmanagement.com\/*", "https:\/\/*.myschoolmanagement.com\/*" ] } ] } |