Chrome Devtools Styler
Change Chrome Devtool Styles
Chrome Devtools Styler란 무엇입니까?
Chrome Devtools Styler은(는) Ajinkya Bijwe에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Change Chrome Devtool Styles"입니다.
확장 프로그램 스크린샷
Chrome Devtools Styler 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Devtools Styler to change chrome devtools font and font size. Issue: If devtools tabs have ellipses in title after setting devtools font do zoom in and zoom out in devtools to restore tab details properly Steps Before Installation : 1. Open new tab enter URL "chrome://flags/devtools#enable-devtools-experiments" and enable 'Developer Tools Experiments'. 2. Open devtools by pressing F12. 3. Press F1 to open chrome devtools settings then in 'Experiments Tab' enable 'Allow Custom UI Themes'. 3. Open "Devtools Styler" tab in devtools and set preferred options. 4. Press CTRL + S or Save Button to Save 5. Restart chrome devtools to apply settings.
확장 프로그램 기본 정보
이름 | |
ID | geneoacljdknpjlgnlcnhipjgigolpih |
공식 URL | https://chromewebstore.google.com/detail/chrome-devtools-styler/geneoacljdknpjlgnlcnhipjgigolpih |
설명 | Change Chrome Devtool Styles |
파일 크기 | 262 KB |
설치 횟수 | 783 |
현재 버전 | 1.1.2 |
최근 업데이트 | 2020-06-11 |
출시 날짜 | 2020-06-10 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | Ajinkya Bijwe |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/AjinkyaBijwe/Chrome-Devtools-Styler |
도움말 페이지 URL | https://github.com/AjinkyaBijwe/Chrome-Devtools-Styler/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome Devtools Styler", "version": "1.1.2", "description": "Change Chrome Devtool Styles", "devtools_page": "index.html", "manifest_version": 2, "permissions": [ "storage" ], "web_accessible_resources": [ "assets\/css\/*", "assets\/fonts\/*", "assets\/img\/*" ], "icons": { "16": "assets\/img\/icon.png", "48": "assets\/img\/icon.png", "128": "assets\/img\/icon.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |