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 |
| 官方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 |
| 电子邮箱 | [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"
]
}
]
} | |