MyGann+

A collection of modules that improve your MyGann experience

MyGann+คืออะไร?

MyGann+ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ilan Sperber และคุณลักษณะหลักของมันคือ "A collection of modules that improve your MyGann experience"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MyGann+

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
    ]
}