45to75

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

什么是45to75?

45to75是由abbwebdev开发的Chrome扩展程序,该扩展的主要功能是“Character counter for helping to optimize line length (measure) between 45 and 75 characters.”。

扩展截图

screenshot

下载45to75扩展crx文件

下载45to75扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 45to75 45to75
ID efmppndinjbljeellfdkpghgblenbcdd
官方URL https://chromewebstore.google.com/detail/45to75/efmppndinjbljeellfdkpghgblenbcdd
简介 Character counter for helping to optimize line length (measure) between 45 and 75 characters.
文件大小 5.22 KB
安装次数 1,940
当前版本 0.0.3
更新时间 2014-08-22
上架时间 2014-08-22
评分 4.67/5 共6次评分
开发者 abbwebdev
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
            ]
        }
    ]
}