Moodle Fixer

Fixes Moodle

What is Moodle Fixer?

Moodle Fixer is a Chrome extension developed by StretchyDog, and its main feature is "Fixes Moodle".

Extension Screenshots

screenshot

Download Moodle Fixer Extension CRX File

Download Moodle Fixer 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

                        A short script that adds module names to the moodle homepage, as well as an exam paper link for each module.                    

Extension Basic Information

Name Moodle Fixer Moodle Fixer
ID nfokiacfbfiibpgbpllkaeneohpcdknl
Official URL https://chromewebstore.google.com/detail/moodle-fixer/nfokiacfbfiibpgbpllkaeneohpcdknl
Description Fixes Moodle
File Size 5.66 KB
Installation Count 131
Current Version 3.4.0.0
Last Updated 2018-10-24
Publish Date 2018-10-24
Rating 4.69/5 Total 13 Ratings
Developer StretchyDog
Email [email protected]
Payment Type free
Extension Website https://github.com/Lee1997/Moodle-Fixer
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Moodle Fixer",
    "description": "Fixes Moodle",
    "version": "3.4.0.0",
    "manifest_version": 2,
    "icons": {
        "128": "moodle.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/2019.moodle.maynoothuniversity.ie\/*\/"
            ],
            "js": [
                "fixer.js"
            ]
        }
    ]
}