MyGann+

A collection of modules that improve your MyGann experience

O que é MyGann+?

MyGann+ é uma extensão do Chrome desenvolvida por Ilan Sperber, e sua principal característica é "A collection of modules that improve your MyGann experience".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão MyGann+

Baixe arquivos de extensão MyGann+ no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome MyGann+ MyGann+
ID ehieknipllggilekelabnnjkanajakbg
URL Oficial https://chromewebstore.google.com/detail/mygann+/ehieknipllggilekelabnnjkanajakbg
Descrição A collection of modules that improve your MyGann experience
Tamanho do Arquivo 63.95 KB
Contagem de Instalações 500
Versão Atual 1.15.0
Última Atualização 2021-02-14
Data de Publicação 2020-05-14
Classificação 5.00/5 Total de 15 Avaliações
Desenvolvedor Ilan Sperber
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/*"
    ]
}