Simple Moodle

Make Moodle simpler

O que é Simple Moodle?

Simple Moodle é uma extensão do Chrome desenvolvida por atjn, e sua principal característica é "Make Moodle simpler".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Simple Moodle

Baixe arquivos de extensão Simple Moodle no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Moodle is a bloated mess. Most of the time you just need to quickly find a course, but Moodle will present you with 13962 random buttons that each do some specific thing, and will make sure to thoroughly hide the course you're looking for somewhere in a corner.

Simple Moodle allows you to enable a simpler view that highlights what you are looking for 99% of the time, and removes all the other bloat. For the other 1% of the time where you really do need an advanced button, you can easily disable the view, do your thing, and then reenable it to get back to your normal and simple 99% workflow again.                    

Informações Básicas da Extensão

Nome Simple Moodle Simple Moodle
ID fbmkgaebooghmoldfmjgedkomjkkfgao
URL Oficial https://chromewebstore.google.com/detail/simple-moodle/fbmkgaebooghmoldfmjgedkomjkkfgao
Descrição Make Moodle simpler
Tamanho do Arquivo 45.98 KB
Contagem de Instalações 37
Versão Atual 2.0.0
Última Atualização 2023-07-13
Data de Publicação 2022-09-13
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor atjn
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/atjn/simple-moodle
URL da Página de Ajuda https://github.com/atjn/simple-moodle/issues
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Make Moodle simpler",
    "manifest_version": 3,
    "name": "Simple Moodle",
    "version": "2.0.0",
    "homepage_url": "https:\/\/github.com\/atjn\/simple-moodle",
    "icons": {
        "48": "images\/icon-48.png",
        "96": "images\/icon-96.png",
        "128": "images\/icon-128.png",
        "144": "images\/icon-144.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "simpleMoodle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "scripts\/*",
                "styles\/*"
            ]
        }
    ]
}