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 |
| 官方網址 | 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 |
| 電子郵箱 | [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"
}
} | |