MyGann+
A collection of modules that improve your MyGann experience
ما هو MyGann+؟
MyGann+ هو إضافة Chrome تم تطويرها بواسطة Ilan Sperber، والميزة الرئيسية لها هي "A collection of modules that improve your MyGann experience".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة MyGann+
قم بتنزيل ملفات الامتداد MyGann+ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 معلومات أساسية عن التمديد
| الاسم | |
| 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\/*"
]
} | |