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ファイルをダウンロード

Measure拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}