VeloViewer Prettifier

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

Qu'est-ce que VeloViewer Prettifier ?

VeloViewer Prettifier est une extension Chrome développée par http://prashanth.net, et sa fonction principale est "Improves readability of VeloViewer and makes it more pleasing to the eyes".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension VeloViewer Prettifier

Téléchargez les fichiers d'extension VeloViewer Prettifier au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom VeloViewer Prettifier VeloViewer Prettifier
ID jcahkjdadbpccgcakdpijbkahbokigae
URL Officiel https://chrome.google.com/webstore/detail/veloviewer-prettifier/jcahkjdadbpccgcakdpijbkahbokigae
Description Improves readability of VeloViewer and makes it more pleasing to the eyes
Taille du Fichier 33 KB
Nombre d'Installations 408
Version Actuelle 0.1
Dernière Mise à Jour 2016-08-09
Date de Publication 2016-08-08
Évaluation 5.00/5 Total 1 Évaluations
Développeur http://prashanth.net
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}