Measure

Measure typographic line lengths right from the page

Measureคืออะไร?

Measure เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rowan Cavanagh และคุณลักษณะหลักของมันคือ "Measure typographic line lengths right from the page"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Measure

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}