Frozen - A Chrome Devtools Theme

Frozen is a theme for Sublime Text and Google Chrome DevTools. It was developed with the aim to be a theme with a modern look,…

Frozen - A Chrome Devtools Theme란 무엇입니까?

Frozen - A Chrome Devtools Theme은(는) https://felipemartinin.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Frozen is a theme for Sublime Text and Google Chrome DevTools. It was developed with the aim to be a theme with a modern look,…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Frozen - A Chrome Devtools Theme 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Frozen is a theme for Sublime Text and Google Chrome DevTools. It was developed with the aim to be a theme with a modern look, congenial and never bores the views after hours coding.

The name "Frozen" was given due to the use of cool colors. The color palette used in this theme has been carefully selected to be comfortable to the eye and at the same time not lose the look of a text editor.

Start using Frozen now, and have a new experience in making codes.

By: Felipe Martinin
Author URL: felipemartinin.com
Github Repository: https://github.com/felipemartinin/frozen


Automated installation:

chrome webstore

free to download and install via the chrome webstore

after installing you need to enable custom themes:

navigate to chrome://flags/
enable Developer Tools experiments
reload chrome
open devtools
click settings > experiments
click allow custom ui themes
reload devtools for theme to fully apply
manual installation:

as of chrome / chromium version 32 devtools themes are deprecated :( but, there is a work around.

version 33+

clone this repo somewhere

in chrome, open chrome://extensions

select "Developer mode"

click on "Load unpacked extension"

select this directory

optionally restart (required for some systems)                    

확장 프로그램 기본 정보

이름 Frozen - A Chrome Devtools Theme Frozen - A Chrome Devtools Theme
ID gbaddinigglahkekcppiongkmgmpahml
공식 URL https://chromewebstore.google.com/detail/frozen-a-chrome-devtools/gbaddinigglahkekcppiongkmgmpahml
설명 Frozen is a theme for Sublime Text and Google Chrome DevTools. It was developed with the aim to be a theme with a modern look,…
파일 크기 2.63 MB
설치 횟수 518
현재 버전 3.0.1
최근 업데이트 2016-01-25
출시 날짜 2016-01-25
평점 3.89/5 총 9 개의 평점
개발자 https://felipemartinin.com
결제 유형 free
확장 프로그램 웹 사이트 http://felipemartinin.github.io/frozen/
도움말 페이지 URL https://github.com/FelipeMartinin/frozen
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Frozen - A Chrome Devtools Theme",
    "short_name": "Frozen",
    "version": "3.0.1",
    "devtools_page": "devtools.html",
    "homepage_url": "http:\/\/felipemartinin.github.io\/frozen\/",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}