Darkmode for Managebac
Make Managebac Dark
ما هو Darkmode for Managebac؟
Darkmode for Managebac هو إضافة Chrome تم تطويرها بواسطة https://jtlr.org، والميزة الرئيسية لها هي "Make Managebac Dark".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Darkmode for Managebac
قم بتنزيل ملفات الامتداد Darkmode for Managebac بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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. معلومات أساسية عن التمديد
| الاسم | |
| 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 |
| عنوان صفحة المساعدة | https://www.jtlrgroup.com/contact |
| عنوان صفحة سياسة الخصوصية | 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"
]
}
]
} | |