MyGann+

A collection of modules that improve your MyGann experience

Co to jest MyGann+?

MyGann+ to rozszerzenie Chrome opracowane przez Ilan Sperber, a jego główną funkcją jest „A collection of modules that improve your MyGann experience”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia MyGann+

Pobierz pliki rozszerzeń MyGann+ w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa MyGann+ MyGann+
ID ehieknipllggilekelabnnjkanajakbg
Oficjalny URL https://chromewebstore.google.com/detail/mygann+/ehieknipllggilekelabnnjkanajakbg
Opis A collection of modules that improve your MyGann experience
Rozmiar pliku 63.95 KB
Liczba instalacji 500
Aktualna Wersja 1.15.0
Ostatnia Aktualizacja 2021-02-14
Data Publikacji 2020-05-14
Ocena 5.00/5 Łącznie 15 Oceny
Deweloper Ilan Sperber
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/*"
    ]
}