Will I Fail?
Allows you to add grades to powerschool and see their effects.
Will I Fail?とは何ですか?
Will I Fail?はEric P.によって開発されたChromeの拡張機能で、その主な機能は「Allows you to add grades to powerschool and see their effects.」です。
拡張機能のスクリーンショット
Will I Fail?拡張機能のCRXファイルをダウンロード
Will I Fail?拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Adds a table to your powerschool so that you can add points and see how they affect your grade. It supports weighted categories and extra credit. Stop wondering about what your grade will be, know what it will be!
拡張機能の基本情報
名前 | Will I Fail? |
ID | pfhcbiaebfkbhodmkbgmfoeehjcbgffl |
公式URL | https://chromewebstore.google.com/detail/will-i-fail/pfhcbiaebfkbhodmkbgmfoeehjcbgffl |
説明 | Allows you to add grades to powerschool and see their effects. |
ファイルサイズ | 8.5 KB |
インストール数 | 27 |
現在のバージョン | 1.0 |
最終更新日 | 2018-05-15 |
公開日 | 2018-05-14 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Eric P. |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Will I Fail?", "description": "Allows you to add grades to powerschool and see their effects.", "version": "1.0", "content_scripts": [ { "matches": [ "*:\/\/*.powerschool.com\/*\/scores.html*" ], "js": [ "waitForLoad.js", "content.js", "createTable.js", "createNewScoreTable.js", "updateScore.js", "updateAddedScore.js", "onlyNumbers.js" ] } ] } |