MyGann+
A collection of modules that improve your MyGann experience
什麼是MyGann+?
MyGann+是由Ilan Sperber開發的Chrome擴展程式,該擴展的主要功能是“A collection of modules that improve your MyGann experience”。
擴展截圖
下載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
擴展基本資訊
名稱 | |
ID | ehieknipllggilekelabnnjkanajakbg |
官方網址 | 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\/*" ] } |