Accelo Night Mode
Accelo Night Mode
什么是Accelo Night Mode?
Accelo Night Mode是由Ancel.Designs开发的Chrome扩展程序,该扩展的主要功能是“Accelo Night Mode”。
扩展截图
下载Accelo Night Mode扩展crx文件
下载Accelo Night Mode扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Night/Dark mode for Accelo.com.
This theme offers a more dark tone to Accelo's website.
Its mainly just css replacement theme.
Dark tones based off Discord.
Primary color picker added for users custom color preference.
Version 0.04
- Added Failsafe for color-picker creation.
- Added color lighten functions to handle hovers
- CSS added for new dropdowns
Please let me know of any elements that are hard to read/not themed correctly. 扩展基本信息
| 名称 | |
| ID | ohandfkkholchfnmnadncphipjapbafd |
| 官方URL | https://chromewebstore.google.com/detail/accelo-night-mode/ohandfkkholchfnmnadncphipjapbafd |
| 简介 | Accelo Night Mode |
| 文件大小 | 17.02 KB |
| 安装次数 | 38 |
| 当前版本 | 0.05 |
| 更新时间 | 2022-07-27 |
| 上架时间 | 2021-11-10 |
| 评分 | 3.00/5 共1次评分 |
| 开发者 | Ancel.Designs |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"icons": {
"16": "icon16.png",
"32": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"run_at": "document_start",
"exclude_globs": [
""
],
"include_globs": [
"*"
],
"css": [
"styles.css"
],
"js": [
"content.js"
],
"matches": [
"*:\/\/*.accelo.com\/*",
"*:\/\/*.accelo.com\/*"
]
}
],
"description": "Accelo Night Mode",
"name": "Accelo Night Mode",
"short_name": "Accelo Night Mode",
"version": "0.05"
} | |