Haiku Improved
Alpha-Version Extension aimed at overhauling the Powerschool Learning (formerly Haiku Learning) website
Haiku Improved क्या है?
Haiku Improved Ethan Printz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Alpha-Version Extension aimed at overhauling the Powerschool Learning (formerly Haiku Learning) website"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Haiku Improved एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } ] } |