Dark Scrollbar
Adds color-scheme light dark meta tag to allow UI elements to match OS theme.
Dark Scrollbarとは何ですか?
Dark ScrollbarはPetroz Wellnaiによって開発されたChromeの拡張機能で、その主な機能は「Adds color-scheme light dark meta tag to allow UI elements to match OS theme.」です。
拡張機能のスクリーンショット
Dark Scrollbar拡張機能のCRXファイルをダウンロード
Dark Scrollbar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Forces UI elements such as scrollbars and form fields to match either your operating system's theme, or your own theme by choice, light or dark.
拡張機能の基本情報
名前 | Dark Scrollbar |
ID | eafmdhegblfeilejhmieheapmlpdeklm |
公式URL | https://chromewebstore.google.com/detail/dark-scrollbar/eafmdhegblfeilejhmieheapmlpdeklm |
説明 | Adds color-scheme light dark meta tag to allow UI elements to match OS theme. |
ファイルサイズ | 11.33 KB |
インストール数 | 1,117 |
現在のバージョン | 1.1 |
最終更新日 | 2022-05-21 |
公開日 | 2021-01-04 |
評価 | 4.64/5 合計 14 レビュー |
開発者 | Petroz Wellnai |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dark Scrollbar", "version": "1.1", "description": "Adds color-scheme light dark meta tag to allow UI elements to match OS theme.", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ], "options_ui": { "page": "options.html", "open_in_tab": false }, "icons": { "16": "vertical-scrolling16.png", "32": "vertical-scrolling32.png", "48": "vertical-scrolling48.png", "128": "vertical-scrolling128.png" }, "manifest_version": 2 } |