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 |
官方網址 | 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 |
電子郵箱 | [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" ] } ] } |