VeloViewer Prettifier

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

Was ist VeloViewer Prettifier?

VeloViewer Prettifier ist eine Chrome-Erweiterung, die von http://prashanth.net entwickelt wurde, und ihr Hauptmerkmal ist "Improves readability of VeloViewer and makes it more pleasing to the eyes".

Erweiterungsscreenshots

screenshot

VeloViewer Prettifier-Erweiterungs-CRX-Datei herunterladen

Laden Sie VeloViewer Prettifier-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name VeloViewer Prettifier VeloViewer Prettifier
ID jcahkjdadbpccgcakdpijbkahbokigae
Offizielle URL https://chrome.google.com/webstore/detail/veloviewer-prettifier/jcahkjdadbpccgcakdpijbkahbokigae
Beschreibung Improves readability of VeloViewer and makes it more pleasing to the eyes
Dateigröße 33 KB
Installationsanzahl 408
Aktuelle Version 0.1
Letztes Update 2016-08-09
Veröffentlichungsdatum 2016-08-08
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler http://prashanth.net
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}