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
公式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
Eメール [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"
    }
}