45to75

Character counter for helping to optimize line length (measure) between 45 and 75 characters.

45to75 là gì?

45to75 là một tiện ích mở rộng Chrome được phát triển bởi abbwebdev, và tính năng chính của nó là "Character counter for helping to optimize line length (measure) between 45 and 75 characters.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng 45to75

Tải xuống các tệp mở rộng 45to75 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

                        Helps designers and developers ensure that text line lengths (measure) meet their standards.

Each font and layout is unique, so it's up to the author to decide what measure works for their current situation, however a good "rule of thumb" is to keep the measure between 45 and 75 characters.

This will ensure your text stays readable across the various situations in which it could be read.

Highlight some text, right click, and view the character count right in the tooltip.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên 45to75 45to75
ID efmppndinjbljeellfdkpghgblenbcdd
URL Chính Thức https://chromewebstore.google.com/detail/45to75/efmppndinjbljeellfdkpghgblenbcdd
Mô tả Character counter for helping to optimize line length (measure) between 45 and 75 characters.
Kích Thước Tệp 5.22 KB
Số Lần Cài Đặt 1,940
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2014-08-22
Ngày Phát Hành 2014-08-22
Đánh Giá 4.67/5 Tổng số 6 Đánh Giá
Nhà Phát Triển abbwebdev
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/content_script.js"
            ]
        }
    ]
}