MyGann+
A collection of modules that improve your MyGann experience
What is MyGann+?
MyGann+ is a Chrome extension developed by Ilan Sperber, and its main feature is "A collection of modules that improve your MyGann experience".
Extension Screenshots
Download MyGann+ Extension CRX File
Download MyGann+ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 Extension Basic Information
| Name | |
| ID | ehieknipllggilekelabnnjkanajakbg |
| Official URL | https://chromewebstore.google.com/detail/mygann+/ehieknipllggilekelabnnjkanajakbg |
| Description | A collection of modules that improve your MyGann experience |
| File Size | 63.95 KB |
| Installation Count | 500 |
| Current Version | 1.15.0 |
| Last Updated | 2021-02-14 |
| Publish Date | 2020-05-14 |
| Rating | 5.00/5 Total 15 Ratings |
| Developer | Ilan Sperber |
| [email protected] | |
| Payment Type | free |
| Supported Languages | 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\/*"
]
} | |