VeloViewer Prettifier

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

Hvad er VeloViewer Prettifier?

VeloViewer Prettifier er en Chrome-udvidelse udviklet af http://prashanth.net, og dens hovedfunktion er "Improves readability of VeloViewer and makes it more pleasing to the eyes".

Udvidelsesskærmbilleder

screenshot

Download VeloViewer Prettifier-udvidelses-CRX-fil

Download VeloViewer Prettifier-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn VeloViewer Prettifier VeloViewer Prettifier
ID jcahkjdadbpccgcakdpijbkahbokigae
Officiel URL https://chrome.google.com/webstore/detail/veloviewer-prettifier/jcahkjdadbpccgcakdpijbkahbokigae
Beskrivelse Improves readability of VeloViewer and makes it more pleasing to the eyes
Filstørrelse 33 KB
Antal Installationer 408
Nuværende Version 0.1
Senest Opdateret 2016-08-09
Udgivelsesdato 2016-08-08
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler http://prashanth.net
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}