MyGann+
A collection of modules that improve your MyGann experience
Apa itu MyGann+?
MyGann+ adalah ekstensi Chrome yang dikembangkan oleh Ilan Sperber, dan fitur utamanya adalah "A collection of modules that improve your MyGann experience".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi MyGann+
Unduh file ekstensi MyGann+ dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | ehieknipllggilekelabnnjkanajakbg |
URL Resmi | https://chromewebstore.google.com/detail/mygann+/ehieknipllggilekelabnnjkanajakbg |
Deskripsi | A collection of modules that improve your MyGann experience |
Ukuran File | 63.95 KB |
Jumlah Instalasi | 500 |
Versi Saat Ini | 1.15.0 |
Terakhir Diperbarui | 2021-02-14 |
Tanggal Publikasi | 2020-05-14 |
Penilaian | 5.00/5 Total 15 Penilaian |
Pengembang | Ilan Sperber |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*" ] } |