Pro Visu Look

Background, text color and font size change.

什麼是Pro Visu Look?

Pro Visu Look是由Health On the Net Foundation開發的Chrome擴展程式,該擴展的主要功能是“Background, text color and font size change.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Pro Visu Look擴展crx文件

下載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
官方網址 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"
    }
}