MyGann+

A collection of modules that improve your MyGann experience

什么是MyGann+?

MyGann+是由Ilan Sperber开发的Chrome扩展程序,该扩展的主要功能是“A collection of modules that improve your MyGann experience”。

扩展截图

screenshot

下载MyGann+扩展crx文件

下载MyGann+扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 MyGann+ MyGann+
ID ehieknipllggilekelabnnjkanajakbg
官方URL https://chromewebstore.google.com/detail/mygann+/ehieknipllggilekelabnnjkanajakbg
简介 A collection of modules that improve your MyGann experience
文件大小 63.95 KB
安装次数 500
当前版本 1.15.0
更新时间 2021-02-14
上架时间 2020-05-14
评分 5.00/5 共15次评分
开发者 Ilan Sperber
电子邮箱 [email protected]
付费类型 free
支持的语言 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\/*"
    ]
}