Measure

Measure typographic line lengths right from the page

Measure란 무엇입니까?

Measure은(는) Rowan Cavanagh에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Measure typographic line lengths right from the page"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        The "measure" is the width of a body of type. This little tool helps you find it with a simple click in the toolbar and highlight of a line of text.

WHY WOULD I DO THAT?
The length of a line of type impacts how readable it is. Generally, a good measure is between 45–80 characters per line.

FOR DESIGNERS, FOR DEVELOPERS
Designing legible content requires a lot of attention, across the huge range of device types and screen sizes. A good measure on a desktop monitor might be 80 characters, but on smaller screens or multiple columns might be 45 characters. Although this could all go out the window depending on the colours or typeface used. So do remember to apply your own discretion, too!

Measure makes it easy to be more precise when creating for the web.                    

확장 프로그램 기본 정보

이름 Measure Measure
ID bbompmbliibpeaaloikpoahdokhjdmeg
공식 URL https://chromewebstore.google.com/detail/measure/bbompmbliibpeaaloikpoahdokhjdmeg
설명 Measure typographic line lengths right from the page
파일 크기 158 KB
설치 횟수 2,113
현재 버전 1.0.2
최근 업데이트 2017-04-16
출시 날짜 2017-04-16
평점 4.42/5 총 12 개의 평점
개발자 Rowan Cavanagh
이메일 [email protected]
결제 유형 free
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Measure",
    "description": "Measure typographic line lengths right from the page",
    "version": "1.0.2",
    "author": "Rowan Cavanagh",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "19": "icons\/icon19.png",
            "32": "icons\/icon32.png",
            "38": "icons\/icon38.png"
        },
        "default_title": "Measure"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ]
}