VeloViewer Prettifier

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

Cos'è VeloViewer Prettifier?

VeloViewer Prettifier è un'estensione di Chrome sviluppata da http://prashanth.net, e la sua funzione principale è "Improves readability of VeloViewer and makes it more pleasing to the eyes".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione VeloViewer Prettifier

Scarica i file di estensione VeloViewer Prettifier in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome VeloViewer Prettifier VeloViewer Prettifier
ID jcahkjdadbpccgcakdpijbkahbokigae
URL Ufficiale https://chrome.google.com/webstore/detail/veloviewer-prettifier/jcahkjdadbpccgcakdpijbkahbokigae
Descrizione Improves readability of VeloViewer and makes it more pleasing to the eyes
Dimensione del File 33 KB
Conteggio Installazioni 408
Versione Corrente 0.1
Ultimo Aggiornamento 2016-08-09
Data di Pubblicazione 2016-08-08
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore http://prashanth.net
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}