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. 擴展基本資訊
| 名稱 | |
| ID | aofdjmkgnpipogehghkinngokldnomgg |
| 官方網址 | 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 |
| 電子郵箱 | [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"
]
}
]
} | |