Vividfy - Vivencie as Cores

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

Hvad er Vividfy - Vivencie as Cores?

Vividfy - Vivencie as Cores er en Chrome-udvidelse udviklet af DASH, og dens hovedfunktion er "This extension can change any web images through your navigation, just clicking in an single button. Made for dichromatic issues.".

Udvidelsesskærmbilleder

screenshot

Download Vividfy - Vivencie as Cores-udvidelses-CRX-fil

Download Vividfy - Vivencie as Cores-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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).                    

Grundlæggende oplysninger om udvidelsen

Navn Vividfy - Vivencie as Cores Vividfy - Vivencie as Cores
ID gapildemajokajpndmhajpebhoknkoei
Officiel URL https://chrome.google.com/webstore/detail/vividfy-vivencie-as-cores/gapildemajokajpndmhajpebhoknkoei
Beskrivelse This extension can change any web images through your navigation, just clicking in an single button. Made for dichromatic issues.
Filstørrelse 35.68 KB
Antal Installationer 152
Nuværende Version 1.2
Senest Opdateret 2018-05-13
Udgivelsesdato 2018-05-13
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler DASH
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side http://dashagencia.com.br
Understøttede Sprog 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"
            ]
        }
    ]
}