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 |
官方網址 | 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" ] } ] } |