DevTools Theme: Gruvbox Dark
Gruvbox Dark theme for Chrome Devtools
什么是DevTools Theme: Gruvbox Dark?
DevTools Theme: Gruvbox Dark是由eduarbo开发的Chrome扩展程序,该扩展的主要功能是“Gruvbox Dark theme for Chrome Devtools”。
扩展截图
下载DevTools Theme: Gruvbox Dark扩展crx文件
下载DevTools Theme: Gruvbox Dark扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Retro groove dark theme for Devtools. This is a theme for the Developer Tools [CTRL/CMD + SHIFT + I]. Installation Instructions --------------------------------------------------------- - Add this theme - Goto chrome://flags/#enable-devtools-experiments and Enable Developer Tools experiments. Select [Relaunch Now] at the bottom of the page. - Open developer tools settings, select Experiments tab, and check 'Allow custom UI themes'. - Reload devtools.
扩展基本信息
名称 | DevTools Theme: Gruvbox Dark |
ID | njcgdakjdifgccdgnoiphpnihcfopcmj |
官方URL | https://chromewebstore.google.com/detail/devtools-theme-gruvbox-da/njcgdakjdifgccdgnoiphpnihcfopcmj |
简介 | Gruvbox Dark theme for Chrome Devtools |
文件大小 | 50.3 KB |
安装次数 | 1,550 |
当前版本 | 0.0.2 |
更新时间 | 2015-10-26 |
上架时间 | 2015-10-26 |
评分 | 4.57/5 共7次评分 |
开发者 | eduarbo |
付费类型 | free |
扩展官网 | https://github.com/eduarbo/chrome-devtools-gruvbox-dark-theme |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DevTools Theme: Gruvbox Dark", "version": "0.0.2", "description": "Gruvbox Dark theme for Chrome Devtools", "author": "Eduardo Ruiz", "short_name": "Gruvbox Dark Devtools", "devtools_page": "devtools.html", "homepage_url": "https:\/\/github.com\/eduarbo\/chrome-devtools-gruvbox-dark-theme", "manifest_version": 2, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "96": "images\/icon96.png", "128": "images\/icon128.png" } } |