MyGann+
A collection of modules that improve your MyGann experience
Cos'è MyGann+?
MyGann+ è un'estensione di Chrome sviluppata da Ilan Sperber, e la sua funzione principale è "A collection of modules that improve your MyGann experience".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MyGann+
Scarica i file di estensione MyGann+ 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
MyGann+ is a collection of features that improve your MyGann experience, including: - Highlight Current Class - Show Free Blocks in Schedule - Grade Notifications - Message Notifications - Hide Non-Academic Classes ---------------- This project is open source at: https://github.com/matankb/mygann-plus
Informazioni di Base sull'Estensione
Nome | |
ID | ehieknipllggilekelabnnjkanajakbg |
URL Ufficiale | https://chromewebstore.google.com/detail/mygann+/ehieknipllggilekelabnnjkanajakbg |
Descrizione | A collection of modules that improve your MyGann experience |
Dimensione del File | 63.95 KB |
Conteggio Installazioni | 500 |
Versione Corrente | 1.15.0 |
Ultimo Aggiornamento | 2021-02-14 |
Data di Pubblicazione | 2020-05-14 |
Valutazione | 5.00/5 Totale 15 Valutazioni |
Sviluppatore | Ilan Sperber |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MyGann+", "version": "1.15.0", "minimum_chrome_version": "60", "description": "A collection of modules that improve your MyGann experience", "version_name": "1.15.0", "icons": { "128": "assets\/icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/gannacademy.myschoolapp.com\/app\/*" ], "js": [ "fetchContentScript.min.js" ] } ], "background": { "scripts": [ "dist\/install-watch.js" ], "persistent": false }, "permissions": [ "storage" ], "web_accessible_resources": [ "dist\/assets\/*" ] } |