DevTools Theme: Atom Dark with Green Cursor

A highly customized dark theme for Devtools with a blinking green cursor in the console.

DevTools Theme: Atom Dark with Green Cursor란 무엇입니까?

DevTools Theme: Atom Dark with Green Cursor은(는) https://justinribeiro.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A highly customized dark theme for Devtools with a blinking green cursor in the console."입니다.

확장 프로그램 스크린샷

screenshot

DevTools Theme: Atom Dark with Green Cursor 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This is an experimental theme for the Chrome Developer Tools that utilizes DevTools Experiments flag within Chrome.

// INSTALL INSTRUCTIONS
1. Install this theme extension.
2. Open chrome://flags/#enable-devtools-experiments
3. Locate and enable "Enable Developer Tools experiments". 
4. Select "Relaunch Now" at the bottom of the page (WARNING: this will restart Chrome).
5. Open DevTools > Settings
6. Select Experiments tab, and check 'Allow custom UI themes'.
7. Select Preferences Tab, and selected Theme: Dark.
7. Reload DevTools.

// FAQ
> Does it really have a blinking cursor, like an old school terminal?
Indeed it does. See https://www.youtube.com/watch?v=A7dXmUAPtPA for example.

> What is theme based on?
The excellent work of Maurice Cruz' zero-base-themes (https://github.com/mauricecruz/zero-base-themes) and Marvin R' vscode-theme-dark-atom-dark-green-cursor (https://github.com/therealmarv/vscode-theme-dark-atom-dark-green-cursor).

> Where can I contribute?
All the code is licensed MIT on Github: https://github.com/justinribeiro/chrome-devtools-theme-atom-dark-green-cursor/                    

확장 프로그램 기본 정보

이름 DevTools Theme: Atom Dark with Green Cursor DevTools Theme: Atom Dark with Green Cursor
ID iocojmginfolhoaalkgabkmilfepnejc
공식 URL https://chromewebstore.google.com/detail/devtools-theme-atom-dark/iocojmginfolhoaalkgabkmilfepnejc
설명 A highly customized dark theme for Devtools with a blinking green cursor in the console.
파일 크기 33.4 KB
설치 횟수 477
현재 버전 1.0.0
최근 업데이트 2018-05-25
출시 날짜 2018-05-25
평점 4.33/5 총 3 개의 평점
개발자 https://justinribeiro.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/justinribeiro/chrome-devtools-theme-atom-dark-green-cursor
도움말 페이지 URL https://github.com/justinribeiro/chrome-devtools-theme-atom-dark-green-cursor/issues
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DevTools Theme: Atom Dark with Green Cursor",
    "version": "1.0.0",
    "description": "A highly customized dark theme for Devtools with a blinking green cursor in the console.",
    "devtools_page": "devtools.html",
    "homepage_url": "https:\/\/github.com\/justinribeiro\/chrome-devtools-theme-atom-dark-green-cursor",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    }
}