VeloViewer Prettifier

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

VeloViewer Prettifier là gì?

VeloViewer Prettifier là một tiện ích mở rộng Chrome được phát triển bởi http://prashanth.net, và tính năng chính của nó là "Improves readability of VeloViewer and makes it more pleasing to the eyes".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng VeloViewer Prettifier

Tải xuống các tệp mở rộng VeloViewer Prettifier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên VeloViewer Prettifier VeloViewer Prettifier
ID jcahkjdadbpccgcakdpijbkahbokigae
URL Chính Thức https://chrome.google.com/webstore/detail/veloviewer-prettifier/jcahkjdadbpccgcakdpijbkahbokigae
Mô tả Improves readability of VeloViewer and makes it more pleasing to the eyes
Kích Thước Tệp 33 KB
Số Lần Cài Đặt 408
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2016-08-09
Ngày Phát Hành 2016-08-08
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://prashanth.net
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}