VeloViewer Prettifier

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

Τι είναι το VeloViewer Prettifier;

Το VeloViewer Prettifier είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://prashanth.net, και η κύρια λειτουργία του είναι "Improves readability of VeloViewer and makes it more pleasing to the eyes".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης VeloViewer Prettifier

Λήψη αρχείων επέκτασης VeloViewer Prettifier σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα VeloViewer Prettifier VeloViewer Prettifier
ID jcahkjdadbpccgcakdpijbkahbokigae
Επίσημο URL https://chrome.google.com/webstore/detail/veloviewer-prettifier/jcahkjdadbpccgcakdpijbkahbokigae
Περιγραφή Improves readability of VeloViewer and makes it more pleasing to the eyes
Μέγεθος Αρχείου 33 KB
Αριθμός Εγκαταστάσεων 408
Τρέχουσα Έκδοση 0.1
Τελευταία Ενημέρωση 2016-08-09
Ημερομηνία Δημοσίευσης 2016-08-08
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής http://prashanth.net
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    }
}