Moodler

Moodle beautifier

What is Moodler?

Moodler is a Chrome extension developed by Elad Keyshawn, and its main feature is "Moodle beautifier".

Extension Screenshots

screenshot

Download Moodler Extension CRX File

Download Moodler extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        נכון מעצבן שהמודל שומר קורסים ישנים?
לא עוד!

1) הוסיפו את שמות הקורסים לתוסף 
2) ריפרש !
3) Vualla!!!

כרגע תומך רק ב moodlearn של אריאל

חדש: 
* bug fixes
* הגדרות: אופציה להתחברות אוטומטית 
*  הגדרות: אופציות להסתרה או אי הסתרה של תוכן




Developers: 
Elad Keyshawn: [email protected]
Shlomi Alon: [email protected]                    

Extension Basic Information

Name Moodler Moodler
ID haagdpelohebngbgankjbaimepmcdpno
Official URL https://chromewebstore.google.com/detail/moodler/haagdpelohebngbgankjbaimepmcdpno
Description Moodle beautifier
File Size 176 KB
Installation Count 195
Current Version 1.1.2
Last Updated 2018-01-20
Publish Date 2018-01-20
Rating 5.00/5 Total 8 Ratings
Developer Elad Keyshawn
Email [email protected]
Payment Type free
Extension Website http://eladk.me/
Supported Languages iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Moodler",
    "description": "Moodle beautifier",
    "version": "1.1.2",
    "browser_action": {
        "default_icon": "assets\/icon.png",
        "default_popup": "popup\/index.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/moodlearn.ariel.ac.il\/*",
                "http:\/\/moodlearn.ariel.ac.il\/*"
            ],
            "css": [
                "css\/inject.css"
            ],
            "js": [
                "css\/libs\/jquery-3.2.0.min.js",
                "css\/libs\/axios.min.js",
                "js\/content_script.js"
            ]
        }
    ]
}