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