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 |
| 官方網址 | 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"
]
}
]
} | |