Better Moodle
A browser addon that improves the AAU moodle experience
Better Moodleとは何ですか?
Better MoodleはScuffedDevelopersによって開発されたChromeの拡張機能で、その主な機能は「A browser addon that improves the AAU moodle experience」です。
拡張機能のスクリーンショット
Better Moodle拡張機能のCRXファイルをダウンロード
Better Moodle拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The AAU moodle experience has now been improved tenfold, you can now browse AAU moodle in dark mode. More features to be added later.
拡張機能の基本情報
名前 | Better Moodle |
ID | aofdjmkgnpipogehghkinngokldnomgg |
公式URL | https://chromewebstore.google.com/detail/better-moodle/aofdjmkgnpipogehghkinngokldnomgg |
説明 | A browser addon that improves the AAU moodle experience |
ファイルサイズ | 318 KB |
インストール数 | 16 |
現在のバージョン | 1.2 |
最終更新日 | 2022-10-18 |
公開日 | 2022-10-04 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | ScuffedDevelopers |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Better Moodle", "version": "1.2", "description": "A browser addon that improves the AAU moodle experience", "icons": { "16": "images\/logo-mi-16.png", "32": "images\/logo-mi-32.png", "48": "images\/logo-mi-48.png", "128": "images\/logo-mi-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.moodle.aau.dk\/*" ], "css": [ "main.css" ] }, { "matches": [ "https:\/\/www.moodle.aau.dk\/local\/planning\/calendar.php" ], "js": [ "scripts\/calendar.js" ] } ] } |