Dark Mode Chrome
Dark mode chrome extension for all applying dark theme to all sites on chrome
Dark Mode Chromeとは何ですか?
Dark Mode Chromeはhttps://globaltwittertrends.comによって開発されたChromeの拡張機能で、その主な機能は「Dark mode chrome extension for all applying dark theme to all sites on chrome」です。
拡張機能のスクリーンショット
Dark Mode Chrome拡張機能のCRXファイルをダウンロード
Dark Mode Chrome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Apply Dark Mode in Chrome with a single click on the extension. Just go to the choice of your page and then press the extension icon. Material Design Dark Mode for your browser applies to any page you are viewing.
拡張機能の基本情報
名前 | Dark Mode Chrome |
ID | pdhdailechlgicdgnmdbenhnappgobpp |
公式URL | https://chromewebstore.google.com/detail/dark-mode-chrome/pdhdailechlgicdgnmdbenhnappgobpp |
説明 | Dark mode chrome extension for all applying dark theme to all sites on chrome |
ファイルサイズ | 16.78 KB |
インストール数 | 129 |
現在のバージョン | 0.1 |
最終更新日 | 2022-03-03 |
公開日 | 2022-03-01 |
開発者 | https://globaltwittertrends.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://globaltwittertrends.com/ |
ヘルプページのURL | https://globaltwittertrends.com/chrome/darkmode.php |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dark Mode Chrome", "action": [], "manifest_version": 3, "version": "0.1", "description": "Dark mode chrome extension for all applying dark theme to all sites on chrome", "permissions": [ "activeTab", "scripting" ], "icons": { "16": "16.png", "32": "32.png", "48": "48.png", "128": "128.png" }, "background": { "service_worker": "background.js" } } |