DevTools Theme: Zero Dark Matrix
A highly customized dark theme for Devtools.
DevTools Theme: Zero Dark Matrix란 무엇입니까?
DevTools Theme: Zero Dark Matrix은(는) Maurice Cruz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A highly customized dark theme for Devtools."입니다.
확장 프로그램 스크린샷
DevTools Theme: Zero Dark Matrix 확장 프로그램 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, set Theme mode to 'Dark' - Select Experiments tab, and check 'Allow custom UI themes' - Reload devtools. Changelog --------------------------------------------------------- ## 3.0.6 * Fix expanded arrow rendering Full changelog history on: https://github.com/mauricecruz/zero-base-themes/blob/master/CHANGELOG.md
확장 프로그램 기본 정보
이름 | DevTools Theme: Zero Dark Matrix |
ID | bomhdjeadceaggdgfoefmpeafkjhegbo |
공식 URL | https://chromewebstore.google.com/detail/devtools-theme-zero-dark/bomhdjeadceaggdgfoefmpeafkjhegbo |
설명 | A highly customized dark theme for Devtools. |
파일 크기 | 56.82 KB |
설치 횟수 | 26,469 |
현재 버전 | 3.0.6 |
최근 업데이트 | 2019-10-03 |
출시 날짜 | 2019-10-03 |
평점 | 4.72/5 총 547 개의 평점 |
개발자 | Maurice Cruz |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/mauricecruz/chrome-devtools-zerodarkmatrix-theme |
도움말 페이지 URL | https://github.com/mauricecruz/chrome-devtools-zerodarkmatrix-theme/issues?direction=desc&sort=updated&state=open |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DevTools Theme: Zero Dark Matrix", "version": "3.0.6", "description": "A highly customized dark theme for Devtools.", "devtools_page": "devtools.html", "homepage_url": "https:\/\/github.com\/mauricecruz\/chrome-devtools-zerodarkmatrix-theme", "manifest_version": 2, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |