45to75

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

Vad är 45to75?

45to75 är en Chrome-tillägg utvecklad av abbwebdev, och dess huvudfunktion är "Character counter for helping to optimize line length (measure) between 45 and 75 characters.".

Tilläggsskärmbilder

screenshot

Ladda ner 45to75-förlängningens CRX-fil

Ladda ner 45to75-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn 45to75 45to75
ID efmppndinjbljeellfdkpghgblenbcdd
Officiell webbadress https://chromewebstore.google.com/detail/45to75/efmppndinjbljeellfdkpghgblenbcdd
Beskrivning Character counter for helping to optimize line length (measure) between 45 and 75 characters.
Filstorlek 5.22 KB
Antal Installationer 1,940
Aktuell Version 0.0.3
Senast Uppdaterad 2014-08-22
Publiceringsdatum 2014-08-22
Betyg 4.67/5 Totalt 6 Betyg
Utvecklare abbwebdev
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}