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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}