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