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 |
| 电子邮箱 | [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"
}
} | |