Pro Visu Look

Background, text color and font size change.

Pro Visu Lookคืออะไร?

Pro Visu Look เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Health On the Net Foundation และคุณลักษณะหลักของมันคือ "Background, text color and font size change."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pro Visu Look

ดาวน์โหลดไฟล์ส่วนขยาย Pro Visu Look ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Pro Visu Look Pro Visu Look
ID aclahhnnigljilaknnbjbjeopdcfhoad
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/pro-visu-look/aclahhnnigljilaknnbjbjeopdcfhoad
คำอธิบาย Background, text color and font size change.
ขนาดไฟล์ 844 KB
จำนวนการติดตั้ง 117
เวอร์ชันปัจจุบัน 1.0.7
อัปเดตครั้งล่าสุด 2018-08-15
วันที่เผยแพร่ 2018-08-15
คะแนน 4.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Health On the Net Foundation
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.provisu.ch/
URL หน้านโยบายความเป็นส่วนตัว https://www.hon.ch/en/privacy-policy.html
ภาษาที่รองรับ 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"
    }
}