Will I Fail?
Allows you to add grades to powerschool and see their effects.
Will I Fail? क्या है?
Will I Fail? Eric P. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows you to add grades to powerschool and see their effects."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Will I Fail? एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } ] } |