45to75

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

¿Qué es 45to75?

45to75 es una extensión de Chrome desarrollada por abbwebdev, y su función principal es "Character counter for helping to optimize line length (measure) between 45 and 75 characters.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión 45to75

Descarga archivos de extensión 45to75 en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre 45to75 45to75
ID efmppndinjbljeellfdkpghgblenbcdd
URL Oficial https://chromewebstore.google.com/detail/45to75/efmppndinjbljeellfdkpghgblenbcdd
Descripción Character counter for helping to optimize line length (measure) between 45 and 75 characters.
Tamaño del Archivo 5.22 KB
Cantidad de Instalaciones 1,940
Versión Actual 0.0.3
Última Actualización 2014-08-22
Fecha de Publicación 2014-08-22
Calificación 4.67/5 Total de 6 Calificaciones
Desarrollador abbwebdev
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
            ]
        }
    ]
}