Moodler

Moodle beautifier

Wat is Moodler?

Moodler is een Chrome-extensie ontwikkeld door Elad Keyshawn, en de belangrijkste functie is "Moodle beautifier".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Moodler

Download Moodler-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

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

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




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

Basisinformatie over de Extensie

Naam Moodler Moodler
ID haagdpelohebngbgankjbaimepmcdpno
Officiële URL https://chromewebstore.google.com/detail/moodler/haagdpelohebngbgankjbaimepmcdpno
Beschrijving Moodle beautifier
Bestandsgrootte 176 KB
Aantal Installaties 195
Huidige Versie 1.1.2
Laatst Bijgewerkt 2018-01-20
Publicatiedatum 2018-01-20
Beoordeling 5.00/5 Totaal 8 Beoordelingen
Ontwikkelaar Elad Keyshawn
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://eladk.me/
Ondersteunde Talen 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"
            ]
        }
    ]
}