Garret's PowerSchool Addon for KFHS
Garret's Powerschool extension. Adds theme(s) and grade calculation abilities.
Garret's PowerSchool Addon for KFHS क्या है?
Garret's PowerSchool Addon for KFHS Garret द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Garret's Powerschool extension. Adds theme(s) and grade calculation abilities."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Garret's PowerSchool Addon for KFHS एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
**2017-12-15 fixed semester 2 thing **2017-12-14 made it stop saying it reads your browser history because it doesn't. Garret's Powerschool extension. Adds theme(s) and grade calculation abilities.
एक्सटेंशन की मूल जानकारी
नाम | Garret's PowerSchool Addon for KFHS |
ID | loabipjaabmcjhnopnnagllpopljabnp |
आधिकारिक URL | https://chromewebstore.google.com/detail/garrets-powerschool-addon/loabipjaabmcjhnopnnagllpopljabnp |
विवरण | Garret's Powerschool extension. Adds theme(s) and grade calculation abilities. |
फ़ाइल का आकार | 354 KB |
स्थापना संख्या | 25 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2017-12-15 |
प्रकाशन तिथि | 2017-12-15 |
डेवलपर | Garret |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "browser_action": { "default_icon": "gpowerschool.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "js\/content.js" ], "matches": [ "https:\/\/ps-ket.metasolutions.net\/*" ] }, { "js": [ "js\/styles.js" ], "matches": [ "https:\/\/ps-ket.metasolutions.net\/*" ], "run_at": "document_start" } ], "description": "Garret's Powerschool extension. Adds theme(s) and grade calculation abilities.", "icons": { "256": "gpowerschoolicon.png", "32": "gpowerschool.png" }, "manifest_version": 2, "name": "Garret's PowerSchool Addon for KFHS", "permissions": [ "storage" ], "short_name": "gPS", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.2", "web_accessible_resources": [ "js\/gpowerschool.js", "js\/styles.js", "snow.gif", "christmas.css" ] } |