Pro Visu Look

Background, text color and font size change.

Pro Visu Look là gì?

Pro Visu Look là một tiện ích mở rộng Chrome được phát triển bởi Health On the Net Foundation, và tính năng chính của nó là "Background, text color and font size change.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Pro Visu Look 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

                        The Pro Visu Look extension is for everyone who needs to have different font size, text and background colours on Web pages. 

In one click you can increase the font size, and change the background and text colours on the current Web page you visit.

You prefer to read a Web page with a black background and white and bigger size of the text, now with the Pro Visu Look extension you can adapt any webpages to the preferred background and text colour.

This Web extension is based on W3C recommendations and can be used on Intranet and Internet as the service works locally on your browser. 

Please continue to file bugs and feature requests on the GitHub repository!
https://github.com/healthonnet/hon-provisu-extension                    

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

Tên Pro Visu Look Pro Visu Look
ID aclahhnnigljilaknnbjbjeopdcfhoad
URL Chính Thức https://chrome.google.com/webstore/detail/pro-visu-look/aclahhnnigljilaknnbjbjeopdcfhoad
Mô tả Background, text color and font size change.
Kích Thước Tệp 844 KB
Số Lần Cài Đặt 117
Phiên Bản Hiện Tại 1.0.7
Cập Nhật Lần Cuối 2018-08-15
Ngày Phát Hành 2018-08-15
Đánh Giá 4.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Health On the Net Foundation
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.provisu.ch/
URL Trang Chính Sách Bảo Mật https://www.hon.ch/en/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.7",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "utils\/css\/lunette.css"
            ],
            "js": [
                "utils\/js\/sanitize-html.min.js",
                "utils\/js\/lunette.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage"
    ],
    "page_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_appName__ - __MSG_appDescription__",
        "default_popup": "popup.html"
    }
}