45to75

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

What is 45to75?

45to75 is a Chrome extension developed by abbwebdev, and its main feature is "Character counter for helping to optimize line length (measure) between 45 and 75 characters.".

Extension Screenshots

screenshot

Download 45to75 Extension CRX File

Download 45to75 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name 45to75 45to75
ID efmppndinjbljeellfdkpghgblenbcdd
Official URL https://chromewebstore.google.com/detail/45to75/efmppndinjbljeellfdkpghgblenbcdd
Description Character counter for helping to optimize line length (measure) between 45 and 75 characters.
File Size 5.22 KB
Installation Count 1,940
Current Version 0.0.3
Last Updated 2014-08-22
Publish Date 2014-08-22
Rating 4.67/5 Total 6 Ratings
Developer abbwebdev
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}