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 |
| 公式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 |
| Eメール | [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\/*"
]
} | |