45to75

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

Cos'è 45to75?

45to75 è un'estensione di Chrome sviluppata da abbwebdev, e la sua funzione principale è "Character counter for helping to optimize line length (measure) between 45 and 75 characters.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione 45to75

Scarica i file di estensione 45to75 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome 45to75 45to75
ID efmppndinjbljeellfdkpghgblenbcdd
URL Ufficiale https://chromewebstore.google.com/detail/45to75/efmppndinjbljeellfdkpghgblenbcdd
Descrizione Character counter for helping to optimize line length (measure) between 45 and 75 characters.
Dimensione del File 5.22 KB
Conteggio Installazioni 1,940
Versione Corrente 0.0.3
Ultimo Aggiornamento 2014-08-22
Data di Pubblicazione 2014-08-22
Valutazione 4.67/5 Totale 6 Valutazioni
Sviluppatore abbwebdev
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}