VeloViewer Prettifier

Improves readability of VeloViewer and makes it more pleasing to the eyes

O que é VeloViewer Prettifier?

VeloViewer Prettifier é uma extensão do Chrome desenvolvida por http://prashanth.net, e sua principal característica é "Improves readability of VeloViewer and makes it more pleasing to the eyes".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão VeloViewer Prettifier

Baixe arquivos de extensão VeloViewer Prettifier 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

                        Improves readability of VeloViewer and makes it more pleasing to the eyes by increasing font sizes and changing link color from bright Red to Black. 

This project is 'work-in-progress' and future development will be based on user response.

Please contribute to this project here: https://github.com/hnprashanth/veloviewer-prettifier                    

Informações Básicas da Extensão

Nome VeloViewer Prettifier VeloViewer Prettifier
ID jcahkjdadbpccgcakdpijbkahbokigae
URL Oficial https://chrome.google.com/webstore/detail/veloviewer-prettifier/jcahkjdadbpccgcakdpijbkahbokigae
Descrição Improves readability of VeloViewer and makes it more pleasing to the eyes
Tamanho do Arquivo 33 KB
Contagem de Instalações 408
Versão Atual 0.1
Última Atualização 2016-08-09
Data de Publicação 2016-08-08
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor http://prashanth.net
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VeloViewer Prettifier",
    "description": "Improves readability of VeloViewer and makes it more pleasing to the eyes",
    "version": "0.1",
    "permissions": [
        "http:\/\/veloviewer.com\/*"
    ],
    "web_accessible_resources": [
        "jquery-2.0.3.min.map"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/veloviewer.com\/*"
            ],
            "js": [
                "jquery-2.0.3.min.map",
                "changefont.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}