AAU Moodle Optimizer

Changes the background of the Aalborg University Moodle to a more simplistic "AAU"-blue background. This enhances the look of the…

Apa itu AAU Moodle Optimizer?

AAU Moodle Optimizer adalah ekstensi Chrome yang dikembangkan oleh tpanum, dan fitur utamanya adalah "Changes the background of the Aalborg University Moodle to a more simplistic "AAU"-blue background. This enhances the look of the…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi AAU Moodle Optimizer

Unduh file ekstensi AAU Moodle Optimizer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama AAU Moodle Optimizer AAU Moodle Optimizer
ID fjdnfndnmbbaidkicacfnaoaihlhefka
URL Resmi https://chromewebstore.google.com/detail/aau-moodle-optimizer/fjdnfndnmbbaidkicacfnaoaihlhefka
Deskripsi Changes the background of the Aalborg University Moodle to a more simplistic "AAU"-blue background. This enhances the look of the…
Ukuran File 3.07 KB
Jumlah Instalasi 27
Versi Saat Ini 1.1
Terakhir Diperbarui 2014-02-03
Tanggal Publikasi 2014-02-03
Penilaian 4.50/5 Total 4 Penilaian
Pengembang tpanum
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}