DevTools Theme: Pure Void
Simple Chrome DevTools theme with a black background.
DevTools Theme: Pure Voidとは何ですか?
DevTools Theme: Pure VoidはJaidchenによって開発されたChromeの拡張機能で、その主な機能は「Simple Chrome DevTools theme with a black background.」です。
拡張機能のスクリーンショット
DevTools Theme: Pure Void拡張機能のCRXファイルをダウンロード
DevTools Theme: Pure Void拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Installation:
- Navigate to chrome://flags, find Developer Tools Experiments and toggle to Enabled.
- Reload Chrome.
- In DevTools, click the three dots menu, go to Settings -> Experiments and select Allow UI Themes.
- Set theme to Dark Mode (this is important, or the theme won't look right). - To set theme to Dark Mode, go to Preferences(In DevTools settings itself) -> Appearance -> Theme and select Dark.
- Load a new tab and enjoy your awesome new DevTools theme!
Source Code:
https://github.com/Jaid/devtools-theme-pure-void 拡張機能の基本情報
| 名前 | |
| ID | efpcgcomppkbbmocplgnkneblkffejna |
| 公式URL | https://chromewebstore.google.com/detail/devtools-theme-pure-void/efpcgcomppkbbmocplgnkneblkffejna |
| 説明 | Simple Chrome DevTools theme with a black background. |
| ファイルサイズ | 169 KB |
| インストール数 | 46 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2019-12-18 |
| 公開日 | 2019-12-18 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | Jaidchen |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/Jaid/devtools-theme-pure-void |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "DevTools Theme: Pure Void",
"version": "1.0.0",
"description": "Simple Chrome DevTools theme with a black background.",
"devtools_page": "devtools.html",
"homepage_url": "https:\/\/github.com\/Jaid\/devtools-theme-pure-void",
"manifest_version": 2,
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
} | |