Formal Measures

Measures distances between elements

Formal Measures란 무엇입니까?

Formal Measures은(는) emilian.branzelov에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Measures distances between elements"입니다.

확장 프로그램 스크린샷

screenshot

Formal Measures 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Making front-end and elements don`t align - this extension will help you find why.
It shows an overlay highlighting an element of the page.When clicked the element becomes fixed and then measurements are made between the fixed and the currently highlighted element.                    

확장 프로그램 기본 정보

이름 Formal Measures Formal Measures
ID hmgjphkhdnhklnmfffmmicgcpmmggion
공식 URL https://chromewebstore.google.com/detail/formal-measures/hmgjphkhdnhklnmfffmmicgcpmmggion
설명 Measures distances between elements
파일 크기 7.19 KB
설치 횟수 135
현재 버전 1.0
최근 업데이트 2014-08-26
출시 날짜 2014-08-26
평점 5.00/5 총 3 개의 평점
개발자 emilian.branzelov
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Formal Measures",
    "description": "Measures distances between elements",
    "version": "1.0",
    "icons": {
        "16": "images\/measurement_icon16.png",
        "64": "images\/measurement_icon64.png",
        "128": "images\/measurement_icon.png"
    },
    "browser_action": {
        "default_icon": "images\/measurement_icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ]
}