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
官方網址 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"
}