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