MyGann+
A collection of modules that improve your MyGann experience
Wat is MyGann+?
MyGann+ is een Chrome-extensie ontwikkeld door Ilan Sperber, en de belangrijkste functie is "A collection of modules that improve your MyGann experience".
Extensie Screenshots
Download het CRX-bestand van de extensie MyGann+
Download MyGann+-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | ehieknipllggilekelabnnjkanajakbg |
| Officiële URL | https://chromewebstore.google.com/detail/mygann+/ehieknipllggilekelabnnjkanajakbg |
| Beschrijving | A collection of modules that improve your MyGann experience |
| Bestandsgrootte | 63.95 KB |
| Aantal Installaties | 500 |
| Huidige Versie | 1.15.0 |
| Laatst Bijgewerkt | 2021-02-14 |
| Publicatiedatum | 2020-05-14 |
| Beoordeling | 5.00/5 Totaal 15 Beoordelingen |
| Ontwikkelaar | Ilan Sperber |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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\/*"
]
} | |