Garret's PowerSchool Addon for KFHS
Garret's Powerschool extension. Adds theme(s) and grade calculation abilities.
Cos'è Garret's PowerSchool Addon for KFHS?
Garret's PowerSchool Addon for KFHS è un'estensione di Chrome sviluppata da Garret, e la sua funzione principale è "Garret's Powerschool extension. Adds theme(s) and grade calculation abilities.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Garret's PowerSchool Addon for KFHS
Scarica i file di estensione Garret's PowerSchool Addon for KFHS in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
**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. Informazioni di Base sull'Estensione
| Nome | |
| ID | loabipjaabmcjhnopnnagllpopljabnp |
| URL Ufficiale | https://chromewebstore.google.com/detail/garrets-powerschool-addon/loabipjaabmcjhnopnnagllpopljabnp |
| Descrizione | Garret's Powerschool extension. Adds theme(s) and grade calculation abilities. |
| Dimensione del File | 354 KB |
| Conteggio Installazioni | 25 |
| Versione Corrente | 1.0.2 |
| Ultimo Aggiornamento | 2017-12-15 |
| Data di Pubblicazione | 2017-12-15 |
| Sviluppatore | Garret |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |