Darkmode for Managebac
Make Managebac Dark
什么是Darkmode for Managebac?
Darkmode for Managebac是由https://jtlr.org开发的Chrome扩展程序,该扩展的主要功能是“Make Managebac Dark”。
扩展截图
下载Darkmode for Managebac扩展crx文件
下载Darkmode for Managebac扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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" ] } ] } |