Measure
Measure typographic line lengths right from the page
Measure là gì?
Measure là một tiện ích mở rộng Chrome được phát triển bởi Rowan Cavanagh, và tính năng chính của nó là "Measure typographic line lengths right from the page".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Measure
Tải xuống các tệp mở rộng Measure dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Measure |
ID | bbompmbliibpeaaloikpoahdokhjdmeg |
URL Chính Thức | https://chromewebstore.google.com/detail/measure/bbompmbliibpeaaloikpoahdokhjdmeg |
Mô tả | Measure typographic line lengths right from the page |
Kích Thước Tệp | 158 KB |
Số Lần Cài Đặt | 2,113 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2017-04-16 |
Ngày Phát Hành | 2017-04-16 |
Đánh Giá | 4.42/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | Rowan Cavanagh |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |