Material DevTools Theme
A developer tools color theme inspired by the Material Theme UI plugin for IntelliJ IDEA.
Material DevTools Theme란 무엇입니까?
Material DevTools Theme은(는) Jonas Augsburger에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A developer tools color theme inspired by the Material Theme UI plugin for IntelliJ IDEA."입니다.
확장 프로그램 스크린샷
Material DevTools Theme 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This theme for the Chrome developer tools is meant primarily for IntelliJ IDEA users that use the Material Theme plugin, since it aims to bring the familiar color theme introduced by that plugin to the browser inspection tools. However, other users looking for an aesthetic change to their trusted tools are certainly very welcome to try this theme out, too. Instructions to enable this (or any third-party) theme may be found in the associated GitHub repository, which is linked in the overview of this extension. As mentioned, this theme takes inspiration from an IntelliJ IDEA plugin which you can find here: https://plugins.jetbrains.com/plugin/8006-material-theme-ui Please be aware that there is now an official Chrome Extension from the maintainers of the above-mentioned Material Theme plugin that can be found here: https://chrome.google.com/webstore/detail/material-devtools-theme-c/jmefikbdhgocdjeejjnnepgnfkkbpgjo
확장 프로그램 기본 정보
이름 | Material DevTools Theme |
ID | pmlofkkoaahmkmmebdkkcljmflocijlo |
공식 URL | https://chromewebstore.google.com/detail/material-devtools-theme/pmlofkkoaahmkmmebdkkcljmflocijlo |
설명 | A developer tools color theme inspired by the Material Theme UI plugin for IntelliJ IDEA. |
파일 크기 | 29.31 KB |
설치 횟수 | 3,223 |
현재 버전 | 1.1 |
최근 업데이트 | 2019-08-18 |
출시 날짜 | 2019-08-18 |
평점 | 4.50/5 총 14 개의 평점 |
개발자 | Jonas Augsburger |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/jaysuz/material-dev-tools |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Material DevTools Theme", "version": "1.1", "description": "A developer tools color theme inspired by the Material Theme UI plugin for IntelliJ IDEA.", "manifest_version": 2, "author": "Jonas Augsburger", "devtools_page": "devtools.html", "browser_action": { "default_icon": "icon.png", "default_title": "Get Material" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |