DevTools Theme: Cobalt2 Unofficial
A highly customized dark theme for Devtools.
DevTools Theme: Cobalt2 Unofficial란 무엇입니까?
DevTools Theme: Cobalt2 Unofficial은(는) http://jordanjanzen.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A highly customized dark theme for Devtools."입니다.
확장 프로그램 스크린샷
DevTools Theme: Cobalt2 Unofficial 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A customized dark theme for Chrome DevTools based on Wes Bos' Cobalt2. To enable custom Devtools themes you need to change some settings in Chrome first: 1. Go to chrome://flags/#enable-devtools-experiments and enable Devtools Experiments. 2. Restart chrome. Hint: type chrome://restart in your address bar and hit enter to restart quickly, your tabs will be saved. 3. Open Devtools and go to settings (inside the overflow menu next to the close button). 4. Under the left navigation, click "Experiments". 5. Check the box for "Allow custom UI themes". 6. Close and reopen Devtools, you should now see the Devtools theme you've installed.
확장 프로그램 기본 정보
이름 | |
ID | mnamkcejlhbagofefikbghjgpddbfkck |
공식 URL | https://chrome.google.com/webstore/detail/devtools-theme-cobalt2-un/mnamkcejlhbagofefikbghjgpddbfkck |
설명 | A highly customized dark theme for Devtools. |
파일 크기 | 31.73 KB |
설치 횟수 | 530 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2018-05-10 |
출시 날짜 | 2018-05-10 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | http://jordanjanzen.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/jordandrako/chrome-devtools-cobalt2-theme |
도움말 페이지 URL | https://github.com/jordandrako/chrome-devtools-cobalt2-theme/issues |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DevTools Theme: Cobalt2 Unofficial", "version": "1.0.0", "description": "A highly customized dark theme for Devtools.", "devtools_page": "devtools.html", "homepage_url": "https:\/\/github.com\/jordandrako\/chrome-devtools-cobalt2-theme", "manifest_version": 2, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |