VeloViewer Prettifier

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

Apa itu VeloViewer Prettifier?

VeloViewer Prettifier adalah ekstensi Chrome yang dikembangkan oleh http://prashanth.net, dan fitur utamanya adalah "Improves readability of VeloViewer and makes it more pleasing to the eyes".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi VeloViewer Prettifier

Unduh file ekstensi VeloViewer Prettifier dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama VeloViewer Prettifier VeloViewer Prettifier
ID jcahkjdadbpccgcakdpijbkahbokigae
URL Resmi https://chrome.google.com/webstore/detail/veloviewer-prettifier/jcahkjdadbpccgcakdpijbkahbokigae
Deskripsi Improves readability of VeloViewer and makes it more pleasing to the eyes
Ukuran File 33 KB
Jumlah Instalasi 408
Versi Saat Ini 0.1
Terakhir Diperbarui 2016-08-09
Tanggal Publikasi 2016-08-08
Penilaian 5.00/5 Total 1 Penilaian
Pengembang http://prashanth.net
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}