Measure

Measure typographic line lengths right from the page

Co je Measure?

Measure je rozšíření Chrome vyvinuté Rowan Cavanagh, a jeho hlavní funkcí je „Measure typographic line lengths right from the page“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Measure

Stáhněte si soubory rozšíření Measure ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Measure Measure
ID bbompmbliibpeaaloikpoahdokhjdmeg
Oficiální URL https://chromewebstore.google.com/detail/measure/bbompmbliibpeaaloikpoahdokhjdmeg
Popis Measure typographic line lengths right from the page
Velikost souboru 158 KB
Počet instalací 2,113
Aktuální Verze 1.0.2
Poslední Aktualizace 2017-04-16
Datum Vydání 2017-04-16
Hodnocení 4.42/5 Celkem 12 Hodnocení
Vývojář Rowan Cavanagh
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}