Darkmode for Managebac

Make Managebac Dark

Qu'est-ce que Darkmode for Managebac ?

Darkmode for Managebac est une extension Chrome développée par https://jtlr.org, et sa fonction principale est "Make Managebac Dark".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Darkmode for Managebac

Téléchargez les fichiers d'extension Darkmode for Managebac au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Tired of the glaring white interface on your ManageBac portal? Introducing the ManageBac Dark Theme Chrome Extension – your gateway to a sleeker and more comfortable user experience.

🌙 Elegant Dark Aesthetics: Say goodbye to eye strain caused by bright screens. Our dark theme offers a sophisticated and modern appearance that's easy on the eyes, even during those late-night study sessions.

💡 Enhanced Focus: With a dark background that reduces distractions, you can focus better on what matters most – your assignments, tasks, and announcements.

🔋 Battery-Friendly: Using OLED or AMOLED screens? Our dark theme conserves energy, helping you extend your device's battery life while you navigate through your tasks.

🌐 Accessible Design: Our dark theme isn't just about style – it's about inclusivity. It improves accessibility for users with sensitivities to light and supports those with visual impairments.

🚀 Easy Installation: Installing our extension is a breeze. Simply add it to your Chrome browser, activate the dark theme, and instantly transform your ManageBac portal.

Join countless students and educators who have already made the switch to a more visually appealing and comfortable ManageBac experience. Install the ManageBac Dark Theme Chrome Extension today and revolutionize the way you interact with your academic platform.

Note: This extension is not officially affiliated with ManageBac. It is a third-party creation designed to enhance your portal's aesthetics and user experience.                    

Informations de Base sur l'Extension

Nom Darkmode for Managebac Darkmode for Managebac
ID ffcbbiilfodimfnapjibaebdaklmkpge
URL Officiel https://chromewebstore.google.com/detail/darkmode-for-managebac/ffcbbiilfodimfnapjibaebdaklmkpge
Description Make Managebac Dark
Taille du Fichier 49.33 KB
Nombre d'Installations 50
Version Actuelle 0.0.1
Dernière Mise à Jour 2023-08-14
Date de Publication 2023-08-14
Développeur https://jtlr.org
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://jtlr.org/chrome
URL de la Page d'Aide https://www.jtlrgroup.com/contact
URL de la Page de Politique de Confidentialité https://jtlr.me/privacy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Darkmode for Managebac",
    "version": "0.0.1",
    "manifest_version": 3,
    "description": "Make Managebac Dark",
    "homepage_url": "http:\/\/jtlr.org",
    "default_locale": "en",
    "icons": {
        "128": "classroom.png"
    },
    "permissions": [
        "https:\/\/*.managebac.com\/*\/*\/*"
    ],
    "host_permissions": [
        "https:\/\/*.managebac.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.managebac.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        }
    ]
}