Moodle Girl Restore

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

Apa itu Moodle Girl Restore?

Moodle Girl Restore adalah ekstensi Chrome yang dikembangkan oleh Aaron Ramshaw, dan fitur utamanya adalah "This extension restores the UNSW Moodle hompage image back to the original Moodle girl.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Moodle Girl Restore

Unduh file ekstensi Moodle Girl Restore 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

                        The #1 Original UNSW Moodle extension!

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

Informasi Dasar Ekstensi

Nama Moodle Girl Restore Moodle Girl Restore
ID jlcdaoicakmpdjfilciojgbolpegcjbg
URL Resmi https://chromewebstore.google.com/detail/moodle-girl-restore/jlcdaoicakmpdjfilciojgbolpegcjbg
Deskripsi This extension restores the UNSW Moodle hompage image back to the original Moodle girl.
Ukuran File 390 KB
Jumlah Instalasi 48
Versi Saat Ini 0.1
Terakhir Diperbarui 2015-08-03
Tanggal Publikasi 2015-08-02
Penilaian 5.00/5 Total 17 Penilaian
Pengembang Aaron Ramshaw
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}