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" ] } ] } |