Moodle Tweaks

A browser extension that applies some tweaks to Moodle.

Co to jest Moodle Tweaks?

Moodle Tweaks to rozszerzenie Chrome opracowane przez PhaserArray, a jego główną funkcją jest „A browser extension that applies some tweaks to Moodle.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Moodle Tweaks

Pobierz pliki rozszerzeń Moodle Tweaks w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Moodle Tweaks Moodle Tweaks
ID laaajenllcbdjdobapjjhecbnlncajca
Oficjalny URL https://chromewebstore.google.com/detail/moodle-tweaks/laaajenllcbdjdobapjjhecbnlncajca
Opis A browser extension that applies some tweaks to Moodle.
Rozmiar pliku 55.36 KB
Liczba instalacji 116
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2020-03-21
Data Publikacji 2020-03-21
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper PhaserArray
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/PhaserArray/moodle-tweaks
Adres URL Strony Pomocy https://github.com/PhaserArray/moodle-tweaks/wiki/Help-(English)
Obsługiwane Języki 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"
    }
}