MyGann+

A collection of modules that improve your MyGann experience

Hvad er MyGann+?

MyGann+ er en Chrome-udvidelse udviklet af Ilan Sperber, og dens hovedfunktion er "A collection of modules that improve your MyGann experience".

Udvidelsesskærmbilleder

screenshot

Download MyGann+-udvidelses-CRX-fil

Download MyGann+-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn MyGann+ MyGann+
ID ehieknipllggilekelabnnjkanajakbg
Officiel URL https://chromewebstore.google.com/detail/mygann+/ehieknipllggilekelabnnjkanajakbg
Beskrivelse A collection of modules that improve your MyGann experience
Filstørrelse 63.95 KB
Antal Installationer 500
Nuværende Version 1.15.0
Senest Opdateret 2021-02-14
Udgivelsesdato 2020-05-14
Bedømmelse 5.00/5 Samlet 15 Bedømmelser
Udvikler Ilan Sperber
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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\/*"
    ]
}