65 chars

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

Co to jest 65 chars?

65 chars to rozszerzenie Chrome opracowane przez https://sablatura.info, a jego główną funkcją jest „Makes pages better for reading. Forces all text lines to break after 65 characters. Simple as that.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia 65 chars

Pobierz pliki rozszerzeń 65 chars 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa 65 chars 65 chars
ID okenlfddleodmdoelagcdejnpnhpplbd
Oficjalny URL https://chromewebstore.google.com/detail/65-chars/okenlfddleodmdoelagcdejnpnhpplbd
Opis Makes pages better for reading. Forces all text lines to break after 65 characters. Simple as that.
Rozmiar pliku 6.96 KB
Liczba instalacji 30
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2015-06-16
Data Publikacji 2015-06-15
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://sablatura.info
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy http://sablatura.info/
Obsługiwane Języki 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"
            ]
        }
    ]
}