VeloViewer Prettifier

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

¿Qué es VeloViewer Prettifier?

VeloViewer Prettifier es una extensión de Chrome desarrollada por http://prashanth.net, y su función principal es "Improves readability of VeloViewer and makes it more pleasing to the eyes".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión VeloViewer Prettifier

Descarga archivos de extensión VeloViewer Prettifier en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre VeloViewer Prettifier VeloViewer Prettifier
ID jcahkjdadbpccgcakdpijbkahbokigae
URL Oficial https://chrome.google.com/webstore/detail/veloviewer-prettifier/jcahkjdadbpccgcakdpijbkahbokigae
Descripción Improves readability of VeloViewer and makes it more pleasing to the eyes
Tamaño del Archivo 33 KB
Cantidad de Instalaciones 408
Versión Actual 0.1
Última Actualización 2016-08-09
Fecha de Publicación 2016-08-08
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador http://prashanth.net
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}