DevTools Theme: Cobalt2 Unofficial
A highly customized dark theme for Devtools.
什么是DevTools Theme: Cobalt2 Unofficial?
DevTools Theme: Cobalt2 Unofficial是由http://jordanjanzen.com开发的Chrome扩展程序,该扩展的主要功能是“A highly customized dark theme for Devtools.”。
扩展截图
下载DevTools Theme: Cobalt2 Unofficial扩展crx文件
下载DevTools Theme: Cobalt2 Unofficial扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A customized dark theme for Chrome DevTools based on Wes Bos' Cobalt2. To enable custom Devtools themes you need to change some settings in Chrome first: 1. Go to chrome://flags/#enable-devtools-experiments and enable Devtools Experiments. 2. Restart chrome. Hint: type chrome://restart in your address bar and hit enter to restart quickly, your tabs will be saved. 3. Open Devtools and go to settings (inside the overflow menu next to the close button). 4. Under the left navigation, click "Experiments". 5. Check the box for "Allow custom UI themes". 6. Close and reopen Devtools, you should now see the Devtools theme you've installed.
扩展基本信息
名称 | |
ID | mnamkcejlhbagofefikbghjgpddbfkck |
官方URL | https://chrome.google.com/webstore/detail/devtools-theme-cobalt2-un/mnamkcejlhbagofefikbghjgpddbfkck |
简介 | A highly customized dark theme for Devtools. |
文件大小 | 31.73 KB |
安装次数 | 530 |
当前版本 | 1.0.0 |
更新时间 | 2018-05-10 |
上架时间 | 2018-05-10 |
评分 | 5.00/5 共5次评分 |
开发者 | http://jordanjanzen.com |
付费类型 | free |
扩展官网 | https://github.com/jordandrako/chrome-devtools-cobalt2-theme |
帮助页面URL | https://github.com/jordandrako/chrome-devtools-cobalt2-theme/issues |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DevTools Theme: Cobalt2 Unofficial", "version": "1.0.0", "description": "A highly customized dark theme for Devtools.", "devtools_page": "devtools.html", "homepage_url": "https:\/\/github.com\/jordandrako\/chrome-devtools-cobalt2-theme", "manifest_version": 2, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |