IR_Black & Base16 DevTools Theme

Port of bentruyman's IR_Black and codemirror's Base16 Dark themes for Chrome Dev Tools.

IR_Black & Base16 DevTools Theme란 무엇입니까?

IR_Black & Base16 DevTools Theme은(는) http://ultrabenosaurus.ninja에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Port of bentruyman's IR_Black and codemirror's Base16 Dark themes for Chrome Dev Tools."입니다.

확장 프로그램 스크린샷

screenshot

IR_Black & Base16 DevTools Theme 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Once upon a time, developers could customise Chrome's Dev Tools by simply editing a CSS file on their machine. Then appeared an automatic update which removed this lovely little feature, forever plunging those gallant codemonkeys into despair.

But no more! I present to you a port of bentruyman's IR_Black theme for the Elements and Console tabs, as well as codemirror's Base16 Dark theme for the Sources tab.

Don't like those two themes? No problem! Just click the website link below and clone the repo for this plugin from GitHub and follow the Install and Customise instructions in the README file.

Want to check out other stuff by myself, bentruyman and/or codemirror? Click the website link below for links to them and the sources of theirs that I used.

repo: https://github.com/Ultrabenosaurus/IR_Black-DevToolsTheme                    

확장 프로그램 기본 정보

이름 IR_Black & Base16 DevTools Theme IR_Black & Base16 DevTools Theme
ID ocgjhemmdfeacaddbpdanlkopoefobif
공식 URL https://chrome.google.com/webstore/detail/irblack-base16-devtools-t/ocgjhemmdfeacaddbpdanlkopoefobif
설명 Port of bentruyman's IR_Black and codemirror's Base16 Dark themes for Chrome Dev Tools.
파일 크기 273 KB
설치 횟수 61
현재 버전 1.0.2
최근 업데이트 2015-02-06
출시 날짜 2015-02-06
평점 5.00/5 총 2 개의 평점
개발자 http://ultrabenosaurus.ninja
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Ultrabenosaurus/IR_Black-DevToolsTheme
도움말 페이지 URL https://github.com/Ultrabenosaurus/IR_Black-DevToolsTheme/issues
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IR_Black & Base16 DevTools Theme",
    "short_name": "Dark DevTools",
    "description": "Port of bentruyman's IR_Black and codemirror's Base16 Dark themes for Chrome Dev Tools.",
    "version": "1.0.2",
    "devtools_page": "src\/devtools.html",
    "manifest_version": 2,
    "author": "Ultrabenosaurus",
    "homepage_url": "https:\/\/github.com\/Ultrabenosaurus\/IR_Black-DevToolsTheme",
    "offline_enabled": true,
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "128": "img\/webstore-icon.png"
    }
}