Moodle Girl Restore
This extension restores the UNSW Moodle hompage image back to the original Moodle girl.
Vad är Moodle Girl Restore?
Moodle Girl Restore är en Chrome-tillägg utvecklad av Aaron Ramshaw, och dess huvudfunktion är "This extension restores the UNSW Moodle hompage image back to the original Moodle girl.".
Tilläggsskärmbilder
Ladda ner Moodle Girl Restore-förlängningens CRX-fil
Ladda ner Moodle Girl Restore-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
The #1 Original UNSW Moodle extension!
Restores the UNSW Moodle login screen to the original, unadulterated Moodle girl. Grundläggande Information om Tillägg
| Namn | |
| ID | jlcdaoicakmpdjfilciojgbolpegcjbg |
| Officiell webbadress | https://chromewebstore.google.com/detail/moodle-girl-restore/jlcdaoicakmpdjfilciojgbolpegcjbg |
| Beskrivning | This extension restores the UNSW Moodle hompage image back to the original Moodle girl. |
| Filstorlek | 390 KB |
| Antal Installationer | 48 |
| Aktuell Version | 0.1 |
| Senast Uppdaterad | 2015-08-03 |
| Publiceringsdatum | 2015-08-02 |
| Betyg | 5.00/5 Totalt 17 Betyg |
| Utvecklare | Aaron Ramshaw |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |