Haiku Improved
Alpha-Version Extension aimed at overhauling the Powerschool Learning (formerly Haiku Learning) website
Haiku Improvedとは何ですか?
Haiku ImprovedはEthan Printzによって開発されたChromeの拡張機能で、その主な機能は「Alpha-Version Extension aimed at overhauling the Powerschool Learning (formerly Haiku Learning) website」です。
拡張機能のスクリーンショット
Haiku Improved拡張機能のCRXファイルをダウンロード
Haiku Improved拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A Beta-Version UI overhaul extension for students using the Powerschool Learning LMS (Formerly Haiku Learning). It contains numerous usability and stylistic tweaks to the website user experience. While developed for students at Pacific Ridge School, it will still work for other schools and districts. Current Features: 1. The ability to open all tasks within the portal webpage 2. A UI redesign to fit all assignments and classes onto the screen without scrolling. 3. Better interface Scaling into 4:3 4. Login page redesign Future Plans: 1. A lot of bug fixing 2. Class page overhaul 4. Media breakpoints for mobile devices 5. Locally stored todo list 6. Creation of Firefox and Safari extensions Created by Ethan Printz, Pacific Ridge School Class of 2018
拡張機能の基本情報
名前 | |
ID | ekhicfahabomepmegdlkoffbdggffdoe |
公式URL | https://chromewebstore.google.com/detail/haiku-improved/ekhicfahabomepmegdlkoffbdggffdoe |
説明 | Alpha-Version Extension aimed at overhauling the Powerschool Learning (formerly Haiku Learning) website |
ファイルサイズ | 306 KB |
インストール数 | 57 |
現在のバージョン | 0.0.94.1 |
最終更新日 | 2018-03-27 |
公開日 | 2018-03-27 |
評価 | 4.73/5 合計 11 レビュー |
開発者 | Ethan Printz |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Haiku Improved", "description": "Alpha-Version Extension aimed at overhauling the Powerschool Learning (formerly Haiku Learning) website", "version": "0.0.94.1", "manifest_version": 2, "author": "Ethan Printz", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png", "512": "icons\/icon512.png", "1024": "icons\/icon1024.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.learning.powerschool.com\/u\/*\/portal*" ], "css": [ "css\/dashboard.css" ], "js": [ "plugins\/jquery.js", "js\/dashboard.js" ] }, { "matches": [ "*:\/\/*.learning.powerschool.com\/do\/account\/login", "*:\/\/pacificridge.learning.powerschool.com\/do\/account\/*" ], "css": [ "css\/login.css" ] } ] } |