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 |
| Eメール | [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"
} | |