Vividfy - Vivencie as Cores

This extension can change any web images through your navigation, just clicking in an single button. Made for dichromatic issues.

What is Vividfy - Vivencie as Cores?

Vividfy - Vivencie as Cores is a Chrome extension developed by DASH, and its main feature is "This extension can change any web images through your navigation, just clicking in an single button. Made for dichromatic issues.".

Extension Screenshots

screenshot

Download Vividfy - Vivencie as Cores Extension CRX File

Download Vividfy - Vivencie as Cores extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension can change any web images through your navigation, just clicking in an single button in a ease, intuitive and organic way. It's made for people that has some dichromatic color blindness issues (protanopia, tritanopia and deuteranopia).
----------------------------
Essa extensão pode alterar qualquer imagem da web através de sua navegação, bastando clicar em um único botão de forma fácil, intuitiva e orgânica. É feito para pessoas que têm algumas questões dicromáticas de daltonismo (protanopia, tritanopia e deuteranopia).                    

Extension Basic Information

Name Vividfy - Vivencie as Cores Vividfy - Vivencie as Cores
ID gapildemajokajpndmhajpebhoknkoei
Official URL https://chrome.google.com/webstore/detail/vividfy-vivencie-as-cores/gapildemajokajpndmhajpebhoknkoei
Description This extension can change any web images through your navigation, just clicking in an single button. Made for dichromatic issues.
File Size 35.68 KB
Installation Count 152
Current Version 1.2
Last Updated 2018-05-13
Publish Date 2018-05-13
Rating 5.00/5 Total 3 Ratings
Developer DASH
Email [email protected]
Payment Type free
Privacy Policy Page URL http://dashagencia.com.br
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vividfy - Vivencie as Cores",
    "short_name": "Vividfy",
    "description": "This extension can change any web images through your navigation, just clicking in an single button. Made for dichromatic issues.",
    "version": "1.2",
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_popup": "hello.html",
        "default_icon": "hello_extensions.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "main.js"
            ]
        }
    ]
}