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 |
| 官方網址 | 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"
}
} | |