Darkmode for Managebac

Make Managebac Dark

Darkmode for Managebac란 무엇입니까?

Darkmode for Managebac은(는) https://jtlr.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make Managebac Dark"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Darkmode for Managebac 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Darkmode for Managebac Darkmode for Managebac
ID ffcbbiilfodimfnapjibaebdaklmkpge
공식 URL https://chromewebstore.google.com/detail/darkmode-for-managebac/ffcbbiilfodimfnapjibaebdaklmkpge
설명 Make Managebac Dark
파일 크기 49.33 KB
설치 횟수 50
현재 버전 0.0.1
최근 업데이트 2023-08-14
출시 날짜 2023-08-14
개발자 https://jtlr.org
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://jtlr.org/chrome
도움말 페이지 URL https://www.jtlrgroup.com/contact
개인정보 보호 정책 페이지 URL https://jtlr.me/privacy
지원되는 언어 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"
            ]
        }
    ]
}