Width and Height Display
This extension displays the inner width and innner height of the screen
Width and Height Display란 무엇입니까?
Width and Height Display은(는) thestereoscopic에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension displays the inner width and innner height of the screen"입니다.
확장 프로그램 스크린샷
Width and Height Display 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Chrome has recently changed the way width and height of the current screen size is displayed while using the developer tools. I like the new responsive system, but find when I am using it I lose real estate on my screen. This is fine while I'm plugged into an external monitor. It becomes an issue when I'm on my laptop trying to maximize my screen space. This will simply put the pixel width and height for the real estate taken up by the screen into the upper right hand corner. I might create a config file to offer color and placement preferences in the future. Hope you find this useful. Fixed issue where fixed headers would hide the extension by raising z-index. Fixed issue where sites inherited font-size and/or font-family was illegible.
확장 프로그램 기본 정보
이름 | Width and Height Display |
ID | hhcddohiohbojnfdmfpbbhiaompeiemo |
공식 URL | https://chromewebstore.google.com/detail/width-and-height-display/hhcddohiohbojnfdmfpbbhiaompeiemo |
설명 | This extension displays the inner width and innner height of the screen |
파일 크기 | 17.87 KB |
설치 횟수 | 13,916 |
현재 버전 | 0.0.0.4 |
최근 업데이트 | 2016-10-21 |
출시 날짜 | 2016-10-21 |
평점 | 4.00/5 총 34 개의 평점 |
개발자 | thestereoscopic |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Width and Height Display", "description": "This extension displays the inner width and innner height of the screen", "version": "0.0.0.4", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon19.png", "default_title": "Width and Height Display" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |