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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" ] } ] } |