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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
    ]
}