Readify
Sets the default font family, font color, and line-height for those hard to read websites.
O que é Readify?
Readify é uma extensão do Chrome desenvolvida por Shane Hoban, e sua principal característica é "Sets the default font family, font color, and line-height for those hard to read websites.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Readify
Baixe arquivos de extensão Readify no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Readify |
ID | lcbgkfpnejkhgbiodnpdkkijonlbdegc |
URL Oficial | https://chromewebstore.google.com/detail/readify/lcbgkfpnejkhgbiodnpdkkijonlbdegc |
Descrição | Sets the default font family, font color, and line-height for those hard to read websites. |
Tamanho do Arquivo | 33.13 KB |
Contagem de Instalações | 83 |
Versão Atual | 1.2 |
Última Atualização | 2016-04-05 |
Data de Publicação | 2016-04-05 |
Classificação | 2.33/5 Total de 3 Avaliações |
Desenvolvedor | Shane Hoban |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } } |