65 chars

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

Что такое 65 chars?

65 chars - это расширение Chrome, разработанное https://sablatura.info, и его основная функция - "Makes pages better for reading. Forces all text lines to break after 65 characters. Simple as that.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения 65 chars

Скачайте файлы расширений 65 chars в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название 65 chars 65 chars
ID okenlfddleodmdoelagcdejnpnhpplbd
Официальный URL https://chromewebstore.google.com/detail/65-chars/okenlfddleodmdoelagcdejnpnhpplbd
Описание Makes pages better for reading. Forces all text lines to break after 65 characters. Simple as that.
Размер файла 6.96 KB
Количество установок 30
Текущая Версия 1.1
Последнее Обновление 2015-06-16
Дата публикации 2015-06-15
Рейтинг 5.00/5 Всего 2 оценок
Разработчик https://sablatura.info
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи http://sablatura.info/
Поддерживаемые языки 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"
            ]
        }
    ]
}