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…」です。

拡張機能のスクリーンショット

screenshot

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                    

拡張機能の基本情報

名前 AAU Moodle Optimizer AAU Moodle Optimizer
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"
            ]
        }
    ]
}