Ufora Dark Mode
Dark Mode for Ufora
什么是Ufora Dark Mode?
Ufora Dark Mode是由Seppe开发的Chrome扩展程序,该扩展的主要功能是“Dark Mode for Ufora”。
扩展截图
下载Ufora Dark Mode扩展crx文件
下载Ufora Dark Mode扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
INSTRUCTIONS
1) Click the extension icon to open the menu
2) Customize the colors as desired
3) Toggle extra options on/off
FEATURES
- Changes the appearance of ufora.ugent.be
- Changes the appearance of the login page (optional)
- All colors are fully customizable
- 5 slots to save colorsettings
PERMISSIONS
- Modify websites of UGent
- Browsing activity: Check what is current url is 扩展基本信息
| 名称 | |
| ID | gjcablcdkfcgeekhopdomejlaifdejjf |
| 官方URL | https://chromewebstore.google.com/detail/ufora-dark-mode/gjcablcdkfcgeekhopdomejlaifdejjf |
| 简介 | Dark Mode for Ufora |
| 文件大小 | 23.89 KB |
| 安装次数 | 161 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2022-12-17 |
| 上架时间 | 2021-01-09 |
| 评分 | 4.33/5 共6次评分 |
| 开发者 | Seppe |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 帮助页面URL | https://github.com/SeppeM8/Ufora-Darkmode/issues |
| 支持的语言 | en,nl |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Ufora Dark Mode",
"version": "1.0.1",
"description": "__MSG_appDesc__",
"default_locale": "en",
"manifest_version": 3,
"icons": {
"16": "Icons\/icon16.png",
"48": "Icons\/icon48.png",
"128": "Icons\/icon128.png"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"tabs",
"storage",
"scripting"
],
"host_permissions": [
"https:\/\/*.ugent.be\/*"
],
"action": {
"default_popup": "popup.html"
}
} | |