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 هو إضافة Chrome تم تطويرها بواسطة tpanum، والميزة الرئيسية لها هي "Changes the background of the Aalborg University Moodle to a more simplistic "AAU"-blue background. This enhances the look of the…".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة AAU Moodle Optimizer

قم بتنزيل ملفات الامتداد AAU Moodle Optimizer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
            ]
        }
    ]
}