Better Cam Moodle

Improves the Style of the Cambridge Moodle. Makes everything a bit more compact and readable

Τι είναι το Better Cam Moodle;

Το Better Cam Moodle είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Lakee, και η κύρια λειτουργία του είναι "Improves the Style of the Cambridge Moodle. Makes everything a bit more compact and readable".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Better Cam Moodle

Λήψη αρχείων επέκτασης Better Cam Moodle σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Tired of Moodle's cluttered and oversized interface since the release of Moodle 4.0? Look no further! The Better Cam Moodle Chrome extension is here to enhance your Moodle experience.

Features:

- Streamlined Interface: Say goodbye to unnecessary card images, oversized elements, and inconsistent spacing that make Moodle cumbersome to navigate.

- Hide Sidebar: Get rid of the sidebar for a cleaner, distraction-free view of your course content. [OPTIONAL]

- Remove Dashboard Blocks: Eliminate the right-side blocks on the dashboard, providing a cleaner layout. [OPTIONAL]

- Simplified Navigation: Trim down the navigation bar to essentials, keeping only the 'Dashboard,' 'Courses,' and 'Course History' links. [OPTIONAL]

- Edit Mode Be Gone: Remove the Edit Mode button that clutters the top right corner of your Moodle pages. [OPTIONAL]

- Auto Login: Skip the hassle of clicking the login button with auto-login functionality. [OPTIONAL]

- Cleanup Right Block: Removes all the uneeded links so you don't have to scroll to find the lecture links!

See for more detail ---> https://github.com/lakeesiv/better-cam-moodle

Upgrade your Moodle experience with the Better Cam Moodle Chrome extension today!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Better Cam Moodle Better Cam Moodle
ID dagenpoppficngandcembadpolkpegei
Επίσημο URL https://chromewebstore.google.com/detail/better-cam-moodle/dagenpoppficngandcembadpolkpegei
Περιγραφή Improves the Style of the Cambridge Moodle. Makes everything a bit more compact and readable
Μέγεθος Αρχείου 35.72 KB
Αριθμός Εγκαταστάσεων 71
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2023-10-17
Ημερομηνία Δημοσίευσης 2023-09-07
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Lakee
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/lakeesiv/better-cam-moodle
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/lakeesiv/better-cam-moodle/issues
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Better Cam Moodle",
    "description": "Improves the Style of the Cambridge Moodle. Makes everything a bit more compact and readable",
    "version": "1.0.2",
    "author": "Lakee Sivaraya",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_popup": "popup\/index.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.vle.cam.ac.uk\/*"
            ],
            "css": [
                "styles\/common.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.vle.cam.ac.uk\/my\/",
                "https:\/\/www.vle.cam.ac.uk\/my\/index.php"
            ],
            "css": [
                "styles\/home.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.vle.cam.ac.uk\/course\/view.php?id=*"
            ],
            "css": [
                "styles\/page.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.vle.cam.ac.uk\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.vle.cam.ac.uk\/login\/index.php"
            ],
            "js": [
                "login-with-raven.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "styles\/optional\/remove-sidebar.css",
                "styles\/optional\/remove-edit-mode.css",
                "styles\/optional\/remove-useless-links.css",
                "styles\/optional\/remove-dashboard-right-block.css",
                "styles\/optional\/cleanup-right-block.css"
            ],
            "matches": [
                "https:\/\/www.vle.cam.ac.uk\/*"
            ],
            "use_dynamic_url": true
        }
    ]
}