DevTools Theme: Pure Void

Simple Chrome DevTools theme with a black background.

DevTools Theme: Pure Void란 무엇입니까?

DevTools Theme: Pure Void은(는) Jaidchen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple Chrome DevTools theme with a black background."입니다.

확장 프로그램 스크린샷

screenshot

DevTools Theme: Pure Void 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Installation:

- Navigate to chrome://flags, find Developer Tools Experiments and toggle to Enabled.
- Reload Chrome.
- In DevTools, click the three dots menu, go to Settings -> Experiments and select Allow UI Themes.
- Set theme to Dark Mode (this is important, or the theme won't look right). - To set theme to Dark Mode, go to Preferences(In DevTools settings itself) -> Appearance -> Theme and select Dark.
- Load a new tab and enjoy your awesome new DevTools theme!

Source Code:

https://github.com/Jaid/devtools-theme-pure-void                    

확장 프로그램 기본 정보

이름 DevTools Theme: Pure Void DevTools Theme: Pure Void
ID efpcgcomppkbbmocplgnkneblkffejna
공식 URL https://chromewebstore.google.com/detail/devtools-theme-pure-void/efpcgcomppkbbmocplgnkneblkffejna
설명 Simple Chrome DevTools theme with a black background.
파일 크기 169 KB
설치 횟수 46
현재 버전 1.0.0
최근 업데이트 2019-12-18
출시 날짜 2019-12-18
평점 5.00/5 총 1 개의 평점
개발자 Jaidchen
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Jaid/devtools-theme-pure-void
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DevTools Theme: Pure Void",
    "version": "1.0.0",
    "description": "Simple Chrome DevTools theme with a black background.",
    "devtools_page": "devtools.html",
    "homepage_url": "https:\/\/github.com\/Jaid\/devtools-theme-pure-void",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}