DevTools Author
A selection of author settings for Chrome Developer Tools.
DevTools Author란 무엇입니까?
DevTools Author은(는) Mike King에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A selection of author settings for Chrome Developer Tools."입니다.
확장 프로그램 스크린샷
DevTools Author 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
If you use DevTools as part of your frontend development environment, DevTools Author provides a small set of options to enhance your authoring experience. • Choose from +25 editor themes • Custom font support • Control font size (10px - 22px) /* ------------------------------------------------------------- Installation ----------------------------------------------------------- */ • Add extension • Enable Developer Tools experiments in chrome://flags/#enable-devtools-experiments. Restart Chrome for flags to take effect. • Open DevTools (cmd + opt + I); Settings > Experiments > check Allow custom UI themes • Reload DevTools. Theme selection, font-size, and font-family are configurable in the 'Author Settings' DevTools tab
확장 프로그램 기본 정보
이름 | DevTools Author |
ID | egfhcfdfnajldliefpdoaojgahefjhhi |
공식 URL | https://chromewebstore.google.com/detail/devtools-author/egfhcfdfnajldliefpdoaojgahefjhhi |
설명 | A selection of author settings for Chrome Developer Tools. |
파일 크기 | 377 KB |
설치 횟수 | 8,772 |
현재 버전 | 0.6.6 |
최근 업데이트 | 2016-03-30 |
출시 날짜 | 2016-03-29 |
평점 | 3.92/5 총 117 개의 평점 |
개발자 | Mike King |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://mikeking.io/devtools-author/ |
도움말 페이지 URL | https://github.com/micjamking/devtools-author/issues/new |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DevTools Author", "description": "A selection of author settings for Chrome Developer Tools.", "permissions": [ "storage" ], "devtools_page": "devtools.html", "manifest_version": 2, "version": "0.6.6", "icons": { "128": "dist\/images\/icon_128.png" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |