AAU Moodle Optimizer
Changes the background of the Aalborg University Moodle to a more simplistic "AAU"-blue background. This enhances the look of the…
什么是AAU Moodle Optimizer?
AAU Moodle Optimizer是由tpanum开发的Chrome扩展程序,该扩展的主要功能是“Changes the background of the Aalborg University Moodle to a more simplistic "AAU"-blue background. This enhances the look of the…”。
扩展截图
下载AAU Moodle Optimizer扩展crx文件
下载AAU Moodle Optimizer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Changes the background of the Aalborg University Moodle to a more simplistic "AAU"-blue background. This enhances the look of the Moodle page, and more visual clearance.
1.0: Changes background to a static color "AAU Blue"
1.1 Fixes alignment of the AAU logo 扩展基本信息
| 名称 | |
| ID | fjdnfndnmbbaidkicacfnaoaihlhefka |
| 官方URL | https://chromewebstore.google.com/detail/aau-moodle-optimizer/fjdnfndnmbbaidkicacfnaoaihlhefka |
| 简介 | Changes the background of the Aalborg University Moodle to a more simplistic "AAU"-blue background. This enhances the look of the… |
| 文件大小 | 3.07 KB |
| 安装次数 | 27 |
| 当前版本 | 1.1 |
| 更新时间 | 2014-02-03 |
| 上架时间 | 2014-02-03 |
| 评分 | 4.50/5 共4次评分 |
| 开发者 | tpanum |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "AAU Moodle Optimizer",
"version": "1.1",
"manifest_version": 2,
"content_scripts": [
{
"matches": [
"*:\/\/www.moodle.aau.dk\/*"
],
"css": [
"css_file.css"
]
}
]
} | |