Will I Fail?
Allows you to add grades to powerschool and see their effects.
What is Will I Fail??
Will I Fail? is a Chrome extension developed by Eric P., and its main feature is "Allows you to add grades to powerschool and see their effects.".
Extension Screenshots
Download Will I Fail? Extension CRX File
Download Will I Fail? extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Will I Fail? |
ID | pfhcbiaebfkbhodmkbgmfoeehjcbgffl |
Official URL | https://chromewebstore.google.com/detail/will-i-fail/pfhcbiaebfkbhodmkbgmfoeehjcbgffl |
Description | Allows you to add grades to powerschool and see their effects. |
File Size | 8.5 KB |
Installation Count | 27 |
Current Version | 1.0 |
Last Updated | 2018-05-15 |
Publish Date | 2018-05-14 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Eric P. |
Payment Type | free |
Supported Languages | 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" ] } ] } |