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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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