Dimensions
A tool for designers to measure screen dimensions
Dimensions란 무엇입니까?
Dimensions은(는) https://www.felixniklas.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A tool for designers to measure screen dimensions"입니다.
확장 프로그램 스크린샷
Dimensions 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension measures the dimensions from your mouse pointer up/down and left/right until it hits a border. So if you want to measure distances between elements on a website this is perfect. It doesn't really work with images because there the colors change a lot pixel to pixel. # Images & HTML Elements Measure between the following elements: images, input-fields, buttons, videos, gifs, text, icons. You can measure everything you see in the browser. # Mockups Your designer handed you mockups as PNGs or JPEGs? Just drop them into Chrome, activate Dimensions and start measuring. # Keyboard Shortcut You can start and stop dimensions with the ALT + D shortcut. # Area Boundaries Wanna get the radius of a circle? Is text standing in your way? Press Alt to measure the dimensions of a connected area. # Open Source Dimensions is Open Source and hosted on Github. Want to port it to Firefox? Go ahead and fork it. Pull requests are welcome! https://github.com/mrflix/dimensions
확장 프로그램 기본 정보
이름 | Dimensions |
ID | baocaagndhipibgklemoalmkljaimfdj |
공식 URL | https://chromewebstore.google.com/detail/dimensions/baocaagndhipibgklemoalmkljaimfdj |
설명 | A tool for designers to measure screen dimensions |
파일 크기 | 17.28 KB |
설치 횟수 | 271,616 |
현재 버전 | 2.0.5 |
최근 업데이트 | 2017-03-14 |
출시 날짜 | 2017-03-14 |
평점 | 4.15/5 총 442 개의 평점 |
개발자 | https://www.felixniklas.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://felixniklas.com/dimensions/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dimensions", "description": "A tool for designers to measure screen dimensions", "version": "2.0.5", "manifest_version": 2, "author": "Felix Niklas", "icons": { "16": "images\/icon16.png", "32": "images\/[email protected]", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "chrome.js" ], "persistent": false }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+D" } } }, "browser_action": { "default_icon": { "16": "images\/icon16.png", "19": "images\/icon19.png", "32": "images\/[email protected]", "38": "images\/[email protected]" }, "default_title": "Measure Dimensions" }, "permissions": [ "activeTab" ] } |