MyGann+
A collection of modules that improve your MyGann experience
Vad är MyGann+?
MyGann+ är en Chrome-tillägg utvecklad av Ilan Sperber, och dess huvudfunktion är "A collection of modules that improve your MyGann experience".
Tilläggsskärmbilder
Ladda ner MyGann+-förlängningens CRX-fil
Ladda ner MyGann+-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | ehieknipllggilekelabnnjkanajakbg |
| Officiell webbadress | https://chromewebstore.google.com/detail/mygann+/ehieknipllggilekelabnnjkanajakbg |
| Beskrivning | A collection of modules that improve your MyGann experience |
| Filstorlek | 63.95 KB |
| Antal Installationer | 500 |
| Aktuell Version | 1.15.0 |
| Senast Uppdaterad | 2021-02-14 |
| Publiceringsdatum | 2020-05-14 |
| Betyg | 5.00/5 Totalt 15 Betyg |
| Utvecklare | Ilan Sperber |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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\/*"
]
} | |