ISB PowerSchool Enhancer
Enhances PowerSchool Functionality
什么是ISB PowerSchool Enhancer?
ISB PowerSchool Enhancer是由Judge Madan开发的Chrome扩展程序,该扩展的主要功能是“Enhances PowerSchool Functionality”。
扩展截图
下载ISB PowerSchool Enhancer扩展crx文件
下载ISB PowerSchool Enhancer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Features: • Brings GPA Back to PowerSchool [Works on IB/AP Weighted Classes] • Enhances Look • Adds Enhanced Fast Loading Schedule to Home Page
扩展基本信息
名称 | ISB PowerSchool Enhancer |
ID | fjhngjicagecajjoabcibpjnmlckfjen |
官方URL | https://chromewebstore.google.com/detail/isb-powerschool-enhancer/fjhngjicagecajjoabcibpjnmlckfjen |
简介 | Enhances PowerSchool Functionality |
文件大小 | 64.72 KB |
安装次数 | 50 |
当前版本 | 1.5.0 |
更新时间 | 2018-03-19 |
上架时间 | 2018-03-18 |
评分 | 5.00/5 共4次评分 |
开发者 | Judge Madan |
付费类型 | free |
扩展官网 | http://github.com/internationalschoolbangkok |
帮助页面URL | http://github.com/internationalschoolbangkok |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "icon.png", "default_popup": "src\/popup.html" }, "content_scripts": [ { "js": [ "src\/jquery.min.js", "src\/gpa.js", "src\/schedule\/schedule.js", "src\/ban.js" ], "matches": [ "http:\/\/powerschool.isb.ac.th\/guardian\/*", "https:\/\/powerschool.isb.ac.th\/guardian\/*" ], "run_at": "document_end" } ], "description": "Enhances PowerSchool Functionality", "icons": { "128": "icon.png", "16": "icon.png", "48": "icon.png" }, "manifest_version": 2, "name": "ISB PowerSchool Enhancer", "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "short_name": "ISBPWRSKLENH", "version": "1.5.0", "web_accessible_resources": [ "src\/schedule\/schedule.css" ] } |