Moodle Girl Restore

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

Wat is Moodle Girl Restore?

Moodle Girl Restore is een Chrome-extensie ontwikkeld door Aaron Ramshaw, en de belangrijkste functie is "This extension restores the UNSW Moodle hompage image back to the original Moodle girl.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Moodle Girl Restore

Download Moodle Girl Restore-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        The #1 Original UNSW Moodle extension!

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

Basisinformatie over de Extensie

Naam Moodle Girl Restore Moodle Girl Restore
ID jlcdaoicakmpdjfilciojgbolpegcjbg
Officiële URL https://chromewebstore.google.com/detail/moodle-girl-restore/jlcdaoicakmpdjfilciojgbolpegcjbg
Beschrijving This extension restores the UNSW Moodle hompage image back to the original Moodle girl.
Bestandsgrootte 390 KB
Aantal Installaties 48
Huidige Versie 0.1
Laatst Bijgewerkt 2015-08-03
Publicatiedatum 2015-08-02
Beoordeling 5.00/5 Totaal 17 Beoordelingen
Ontwikkelaar Aaron Ramshaw
Betalingswijze free
Ondersteunde Talen 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"
    ]
}