MyGann+
A collection of modules that improve your MyGann experience
MyGann+ là gì?
MyGann+ là một tiện ích mở rộng Chrome được phát triển bởi Ilan Sperber, và tính năng chính của nó là "A collection of modules that improve your MyGann experience".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng MyGann+
Tải xuống các tệp mở rộng MyGann+ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ehieknipllggilekelabnnjkanajakbg |
URL Chính Thức | https://chromewebstore.google.com/detail/mygann+/ehieknipllggilekelabnnjkanajakbg |
Mô tả | A collection of modules that improve your MyGann experience |
Kích Thước Tệp | 63.95 KB |
Số Lần Cài Đặt | 500 |
Phiên Bản Hiện Tại | 1.15.0 |
Cập Nhật Lần Cuối | 2021-02-14 |
Ngày Phát Hành | 2020-05-14 |
Đánh Giá | 5.00/5 Tổng số 15 Đánh Giá |
Nhà Phát Triển | Ilan Sperber |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |