Moodle Girl Restore

This extension restores the UNSW Moodle hompage image back to the original Moodle girl.

ما هو Moodle Girl Restore؟

Moodle Girl Restore هو إضافة Chrome تم تطويرها بواسطة Aaron Ramshaw، والميزة الرئيسية لها هي "This extension restores the UNSW Moodle hompage image back to the original Moodle girl.".

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

screenshot

تحميل ملف CRX للإضافة Moodle Girl Restore

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

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

                        The #1 Original UNSW Moodle extension!

Restores the UNSW Moodle login screen to the original, unadulterated Moodle girl.                    

معلومات أساسية عن التمديد

الاسم Moodle Girl Restore Moodle Girl Restore
ID jlcdaoicakmpdjfilciojgbolpegcjbg
عنوان URL الرسمي https://chromewebstore.google.com/detail/moodle-girl-restore/jlcdaoicakmpdjfilciojgbolpegcjbg
الوصف This extension restores the UNSW Moodle hompage image back to the original Moodle girl.
حجم الملف 390 KB
عدد التثبيتات 48
النسخة الحالية 0.1
آخر تحديث 2015-08-03
تاريخ النشر 2015-08-02
تقييم 5.00/5 مجموع تقييمات 17
المطور Aaron Ramshaw
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Moodle Girl Restore",
    "description": "This extension restores the UNSW Moodle hompage image back to the original Moodle girl.",
    "version": "0.1",
    "author": "Aaron Ramshaw",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "https:\/\/moodle.telt.unsw.edu.au\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/moodle.telt.unsw.edu.au\/*"
            ],
            "js": [
                "mood.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "mood.css",
        "moodlegirl.jpg"
    ]
}