Pro Visu Look

Background, text color and font size change.

Pro Visu Look क्या है?

Pro Visu Look Health On the Net Foundation द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Background, text color and font size change."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pro Visu Look एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}