Measure

Measure typographic line lengths right from the page

Measure क्या है?

Measure Rowan Cavanagh द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Measure typographic line lengths right from the page"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Measure एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}