Moodle Tweaks

A browser extension that applies some tweaks to Moodle.

What is Moodle Tweaks?

Moodle Tweaks is a Chrome extension developed by PhaserArray, and its main feature is "A browser extension that applies some tweaks to Moodle.".

Extension Screenshots

screenshot
screenshot

Download Moodle Tweaks Extension CRX File

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

                        This chrome extension tweaks Moodle learning management systems. It should be compatible with any 3.x Moodle environment. 

The current features include: 

* Single Page Books
* Single Page Dictionaries
* Middle Click Fix
* No Popups
* Prevent Logging Out

You can read more on the Github help wiki: https://github.com/PhaserArray/moodle-tweaks/wiki/Help-(English)
Suggestions and ideas are welcome as Github issues or pull requests: https://github.com/PhaserArray/moodle-tweaks/issues                    

Extension Basic Information

Name Moodle Tweaks Moodle Tweaks
ID laaajenllcbdjdobapjjhecbnlncajca
Official URL https://chromewebstore.google.com/detail/moodle-tweaks/laaajenllcbdjdobapjjhecbnlncajca
Description A browser extension that applies some tweaks to Moodle.
File Size 55.36 KB
Installation Count 116
Current Version 1.0
Last Updated 2020-03-21
Publish Date 2020-03-21
Rating 5.00/5 Total 1 Ratings
Developer PhaserArray
Email [email protected]
Payment Type free
Extension Website https://github.com/PhaserArray/moodle-tweaks
Help Page URL https://github.com/PhaserArray/moodle-tweaks/wiki/Help-(English)
Supported Languages en,et
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "version": "1.0",
    "description": "__MSG_extensionDescription__",
    "homepage_url": "https:\/\/github.com\/PhaserArray\/moodle-extension",
    "manifest_version": 2,
    "default_locale": "en",
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/fonts.googleapis.com\/css"
    ],
    "optional_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "content\/modules\/*"
    ],
    "background": {
        "scripts": [
            "libs\/browser-polyfill.js",
            "libs\/content-scripts-register-polyfill.js",
            "background\/extension-controller.js"
        ],
        "persistent": true
    },
    "icons": {
        "256": "images\/moodle-tweaks-icon-256.png",
        "128": "images\/moodle-tweaks-icon-128.png",
        "96": "images\/moodle-tweaks-icon-96.png",
        "64": "images\/moodle-tweaks-icon-64.png",
        "48": "images\/moodle-tweaks-icon-48.png",
        "38": "images\/moodle-tweaks-icon-38.png",
        "32": "images\/moodle-tweaks-icon-32.png",
        "19": "images\/moodle-tweaks-icon-19.png",
        "16": "images\/moodle-tweaks-icon-16.png"
    },
    "browser_action": {
        "default_icon": {
            "256": "images\/moodle-tweaks-icon-256.png",
            "128": "images\/moodle-tweaks-icon-128.png",
            "96": "images\/moodle-tweaks-icon-96.png",
            "64": "images\/moodle-tweaks-icon-64.png",
            "48": "images\/moodle-tweaks-icon-48.png",
            "38": "images\/moodle-tweaks-icon-38.png",
            "32": "images\/moodle-tweaks-icon-32.png",
            "19": "images\/moodle-tweaks-icon-19.png",
            "16": "images\/moodle-tweaks-icon-16.png"
        },
        "default_title": "Moodle Tweaks Control Panel",
        "default_popup": "popup\/popup.html"
    }
}