Moodle Girl Restore
This extension restores the UNSW Moodle hompage image back to the original Moodle girl.
Co je Moodle Girl Restore?
Moodle Girl Restore je rozšíření Chrome vyvinuté Aaron Ramshaw, a jeho hlavní funkcí je „This extension restores the UNSW Moodle hompage image back to the original Moodle girl.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Moodle Girl Restore
Stáhněte si soubory rozšíření Moodle Girl Restore ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
The #1 Original UNSW Moodle extension! Restores the UNSW Moodle login screen to the original, unadulterated Moodle girl.
Základní Informace o Rozšíření
Název | Moodle Girl Restore |
ID | jlcdaoicakmpdjfilciojgbolpegcjbg |
Oficiální URL | https://chromewebstore.google.com/detail/moodle-girl-restore/jlcdaoicakmpdjfilciojgbolpegcjbg |
Popis | This extension restores the UNSW Moodle hompage image back to the original Moodle girl. |
Velikost souboru | 390 KB |
Počet instalací | 48 |
Aktuální Verze | 0.1 |
Poslední Aktualizace | 2015-08-03 |
Datum Vydání | 2015-08-02 |
Hodnocení | 5.00/5 Celkem 17 Hodnocení |
Vývojář | Aaron Ramshaw |
Typ Platby | free |
Podporované Jazyky | 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" ] } |