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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}