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