65 chars

Makes pages better for reading. Forces all text lines to break after 65 characters. Simple as that.

Co je 65 chars?

65 chars je rozšíření Chrome vyvinuté https://sablatura.info, a jeho hlavní funkcí je „Makes pages better for reading. Forces all text lines to break after 65 characters. Simple as that.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření 65 chars

Stáhněte si soubory rozšíření 65 chars ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Tired of flexible webpages where text lines are very hard to read on bigger screens because they are way too long? There is a solution. Line break after every 65 characters. Try it.                    

Základní Informace o Rozšíření

Název 65 chars 65 chars
ID okenlfddleodmdoelagcdejnpnhpplbd
Oficiální URL https://chromewebstore.google.com/detail/65-chars/okenlfddleodmdoelagcdejnpnhpplbd
Popis Makes pages better for reading. Forces all text lines to break after 65 characters. Simple as that.
Velikost souboru 6.96 KB
Počet instalací 30
Aktuální Verze 1.1
Poslední Aktualizace 2015-06-16
Datum Vydání 2015-06-15
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář https://sablatura.info
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy http://sablatura.info/
Podporované Jazyky en,sk,cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.1",
    "manifest_version": 2,
    "offline_enabled": true,
    "author": "Jan \u0160ablatura",
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}