Readify
Sets the default font family, font color, and line-height for those hard to read websites.
Что такое Readify?
Readify - это расширение Chrome, разработанное Shane Hoban, и его основная функция - "Sets the default font family, font color, and line-height for those hard to read websites.".
Снимки экрана расширения
Скачать файл CRX расширения Readify
Скачайте файлы расширений Readify в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
You no longer have to deal with terrible contrast websites (specifically, light gray text on white background). This extension improves readability, including the color, font famil, and line height.
Основная информация о расширении
Название | Readify |
ID | lcbgkfpnejkhgbiodnpdkkijonlbdegc |
Официальный URL | https://chromewebstore.google.com/detail/readify/lcbgkfpnejkhgbiodnpdkkijonlbdegc |
Описание | Sets the default font family, font color, and line-height for those hard to read websites. |
Размер файла | 33.13 KB |
Количество установок | 83 |
Текущая Версия | 1.2 |
Последнее Обновление | 2016-04-05 |
Дата публикации | 2016-04-05 |
Рейтинг | 2.33/5 Всего 3 оценок |
Разработчик | Shane Hoban |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Readify", "description": "Sets the default font family, font color, and line-height for those hard to read websites.", "version": "1.2", "browser_action": { "default_icon": "icon.png" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ] } } |