Darcula Theme for DevTools

Darcula Theme for DevTools

什么是Darcula Theme for DevTools?

Darcula Theme for DevTools是由Andrey Izman开发的Chrome扩展程序,该扩展的主要功能是“Darcula Theme for DevTools”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Darcula Theme for DevTools扩展crx文件

下载Darcula Theme for DevTools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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'.
- Open developer tools settings, in the Preferences switch Theme to the Dark.
- Reload devtools.                    

扩展基本信息

名称 Darcula Theme for DevTools Darcula Theme for DevTools
ID gfmlaljopbojfghmafldbdecllafopom
官方URL https://chromewebstore.google.com/detail/darcula-theme-for-devtool/gfmlaljopbojfghmafldbdecllafopom
简介 Darcula Theme for DevTools
文件大小 282 KB
安装次数 792
当前版本 1.0.3
更新时间 2017-10-12
上架时间 2017-10-11
评分 5.00/5 共9次评分
开发者 Andrey Izman
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/mervick/chrome-devtools-darcula-theme
帮助页面URL https://github.com/mervick/chrome-devtools-darcula-theme
支持的语言 en
manifest.json
{
    "description": "Darcula Theme for DevTools",
    "devtools_page": "devtools.html",
    "homepage_url": "https:\/\/github.com\/mervick\/chrome-devtools-darcula-theme",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "author": "Andrey Izman",
    "browser_action": {
        "default_icon": "images\/icon32.png"
    },
    "manifest_version": 2,
    "name": "Darcula Theme for DevTools",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.3"
}