Will I Fail?
Allows you to add grades to powerschool and see their effects.
Co to jest Will I Fail??
Will I Fail? to rozszerzenie Chrome opracowane przez Eric P., a jego główną funkcją jest „Allows you to add grades to powerschool and see their effects.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Will I Fail?
Pobierz pliki rozszerzeń Will I Fail? w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | Will I Fail? |
ID | pfhcbiaebfkbhodmkbgmfoeehjcbgffl |
Oficjalny URL | https://chromewebstore.google.com/detail/will-i-fail/pfhcbiaebfkbhodmkbgmfoeehjcbgffl |
Opis | Allows you to add grades to powerschool and see their effects. |
Rozmiar pliku | 8.5 KB |
Liczba instalacji | 27 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2018-05-15 |
Data Publikacji | 2018-05-14 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | Eric P. |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |