Domkit
Domkit is a Chrome extension for analyzing the CSS box model of individual HTML elements.
Domkit란 무엇입니까?
Domkit은(는) nickolasburr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Domkit is a Chrome extension for analyzing the CSS box model of individual HTML elements."입니다.
확장 프로그램 스크린샷
Domkit 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Domkit is a Chrome extension for analyzing the CSS box model of HTML elements. If you need to know the computed width or height of an element, toggle on Domkit and it will provide a large box shadow around the element, essentially raising it above the other elements and giving you the dimensions. Additionally, Domkit also provides information on what type of element you're viewing so that you can easily know whether you're viewing the element you want or not. Enjoy Domkit and please submit any feedback!
확장 프로그램 기본 정보
이름 | Domkit |
ID | cdeocdbeomkaegbihhleiikgkkmacgek |
공식 URL | https://chromewebstore.google.com/detail/domkit/cdeocdbeomkaegbihhleiikgkkmacgek |
설명 | Domkit is a Chrome extension for analyzing the CSS box model of individual HTML elements. |
파일 크기 | 121 KB |
설치 횟수 | 920 |
현재 버전 | 2.1.6 |
최근 업데이트 | 2017-07-22 |
출시 날짜 | 2017-07-22 |
평점 | 4.33/5 총 3 개의 평점 |
개발자 | nickolasburr |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Domkit", "short_name": "DMKT", "version": "2.1.6", "description": "Domkit is a Chrome extension for analyzing the CSS box model of individual HTML elements.", "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/orange-box-48x48.png" }, "content_scripts": [ { "js": [ "js\/content.js" ], "matches": [ " |