45to75

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

Co to jest 45to75?

45to75 to rozszerzenie Chrome opracowane przez abbwebdev, a jego główną funkcją jest „Character counter for helping to optimize line length (measure) between 45 and 75 characters.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia 45to75

Pobierz pliki rozszerzeń 45to75 w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa 45to75 45to75
ID efmppndinjbljeellfdkpghgblenbcdd
Oficjalny URL https://chromewebstore.google.com/detail/45to75/efmppndinjbljeellfdkpghgblenbcdd
Opis Character counter for helping to optimize line length (measure) between 45 and 75 characters.
Rozmiar pliku 5.22 KB
Liczba instalacji 1,940
Aktualna Wersja 0.0.3
Ostatnia Aktualizacja 2014-08-22
Data Publikacji 2014-08-22
Ocena 4.67/5 Łącznie 6 Oceny
Deweloper abbwebdev
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}