Pro Visu Look

Background, text color and font size change.

O que é Pro Visu Look?

Pro Visu Look é uma extensão do Chrome desenvolvida por Health On the Net Foundation, e sua principal característica é "Background, text color and font size change.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Pro Visu Look

Baixe arquivos de extensão Pro Visu Look no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Pro Visu Look Pro Visu Look
ID aclahhnnigljilaknnbjbjeopdcfhoad
URL Oficial https://chrome.google.com/webstore/detail/pro-visu-look/aclahhnnigljilaknnbjbjeopdcfhoad
Descrição Background, text color and font size change.
Tamanho do Arquivo 844 KB
Contagem de Instalações 117
Versão Atual 1.0.7
Última Atualização 2018-08-15
Data de Publicação 2018-08-15
Classificação 4.00/5 Total de 2 Avaliações
Desenvolvedor Health On the Net Foundation
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.provisu.ch/
URL da Página de Política de Privacidade https://www.hon.ch/en/privacy-policy.html
Idiomas Suportados 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"
    }
}