Moodle Girl Restore

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

什麼是Moodle Girl Restore?

Moodle Girl Restore是由Aaron Ramshaw開發的Chrome擴展程式,該擴展的主要功能是“This extension restores the UNSW Moodle hompage image back to the original Moodle girl.”。

擴展截圖

screenshot

下載Moodle Girl Restore擴展crx文件

下載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
官方網址 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"
    ]
}