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
电子邮箱 [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"
    ]
}