Image Size Check
Displays discrepancies in size between source and presentation.
Image Size Check란 무엇입니까?
Image Size Check은(는) weirdwater에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays discrepancies in size between source and presentation."입니다.
확장 프로그램 스크린샷
Image Size Check 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
See what images aren't the right size in an instant! Image Size Check shows if displayed images match the width and height of the image source. If the width and height of an image are the same all borders will be green. If the width, or height, is off the extension will mark that dimension with a color. - Green: Image and Source height/width are exactly the same size. - Yellow: Image width or height is displayed larger than the source is. - Red: Image width or height is displayed smaller than the source is. The extension handles the height and width separate from each other. If the width is displayed correctly, but the height is smaller than that of the source, the extension will only mark the horizontal borders red. The horizontal borders will stay green. To see what the image's true size is you simply click the image. An overlay will appear of the image showing the difference between source and displayed size.
확장 프로그램 기본 정보
이름 | Image Size Check |
ID | ladmjfmdefajlebeacdjmgibboanfepi |
공식 URL | https://chromewebstore.google.com/detail/image-size-check/ladmjfmdefajlebeacdjmgibboanfepi |
설명 | Displays discrepancies in size between source and presentation. |
파일 크기 | 6.51 KB |
설치 횟수 | 4,572 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2017-01-10 |
출시 날짜 | 2017-01-09 |
평점 | 4.17/5 총 6 개의 평점 |
개발자 | weirdwater |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/weirdwater/img-check |
도움말 페이지 URL | https://github.com/weirdwater/img-check/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Image Size Check", "description": "Displays discrepancies in size between source and presentation.", "version": "1.0.0", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Check image sizes" }, "permissions": [ "activeTab" ], "icons": { "16": "assets\/img-check_16.png", "48": "assets\/img-check_48.png", "128": "assets\/img-check_128.png" }, "manifest_version": 2 } |