VeloViewer Prettifier

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

Co je VeloViewer Prettifier?

VeloViewer Prettifier je rozšíření Chrome vyvinuté http://prashanth.net, a jeho hlavní funkcí je „Improves readability of VeloViewer and makes it more pleasing to the eyes“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření VeloViewer Prettifier

Stáhněte si soubory rozšíření VeloViewer Prettifier ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název VeloViewer Prettifier VeloViewer Prettifier
ID jcahkjdadbpccgcakdpijbkahbokigae
Oficiální URL https://chrome.google.com/webstore/detail/veloviewer-prettifier/jcahkjdadbpccgcakdpijbkahbokigae
Popis Improves readability of VeloViewer and makes it more pleasing to the eyes
Velikost souboru 33 KB
Počet instalací 408
Aktuální Verze 0.1
Poslední Aktualizace 2016-08-09
Datum Vydání 2016-08-08
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář http://prashanth.net
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}