MBN DarkTheme
Apply a custom theme to MBN
什么是MBN DarkTheme?
MBN DarkTheme是由Vincent Sahler开发的Chrome扩展程序,该扩展的主要功能是“Apply a custom theme to MBN”。
扩展截图
下载MBN DarkTheme扩展crx文件
下载MBN DarkTheme扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension provides a mod for MBN which apply a custom css, basically creating a dark mode MBN 扩展基本信息
| 名称 | |
| ID | egkpfobbbpgfpbcjgogfkjfbikgbaedk |
| 官方URL | https://chromewebstore.google.com/detail/mbn-darktheme/egkpfobbbpgfpbcjgogfkjfbikgbaedk |
| 简介 | Apply a custom theme to MBN |
| 文件大小 | 7.54 KB |
| 安装次数 | 43 |
| 当前版本 | 1.3 |
| 更新时间 | 2022-02-12 |
| 上架时间 | 2021-12-13 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | Vincent Sahler |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/vsahler/mbn-darktheme |
| 帮助页面URL | https://github.com/vsahler/mbn-darktheme/issues |
| 支持的语言 | fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "MBN DarkTheme",
"description": "Apply a custom theme to MBN",
"version": "1.3",
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"https:\/\/*.monbureaunumerique.fr\/*"
],
"exclude_matches": [
"https:\/\/*.moodle.monbureaunumerique.fr\/*"
],
"css": [
"style.css"
]
}
],
"icons": {
"128": "icons\/128.png"
}
} | |