Haiku Improved
Alpha-Version Extension aimed at overhauling the Powerschool Learning (formerly Haiku Learning) website
Τι είναι το Haiku Improved;
Το Haiku Improved είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Ethan Printz, και η κύρια λειτουργία του είναι "Alpha-Version Extension aimed at overhauling the Powerschool Learning (formerly Haiku Learning) website".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Haiku Improved
Λήψη αρχείων επέκτασης 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 |
Ηλεκτρονικό ταχυδρομείο | [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" ] } ] } |