Vividfy - Vivencie as Cores

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

Was ist Vividfy - Vivencie as Cores?

Vividfy - Vivencie as Cores ist eine Chrome-Erweiterung, die von DASH entwickelt wurde, und ihr Hauptmerkmal ist "This extension can change any web images through your navigation, just clicking in an single button. Made for dichromatic issues.".

Erweiterungsscreenshots

screenshot

Vividfy - Vivencie as Cores-Erweiterungs-CRX-Datei herunterladen

Laden Sie Vividfy - Vivencie as Cores-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Vividfy - Vivencie as Cores Vividfy - Vivencie as Cores
ID gapildemajokajpndmhajpebhoknkoei
Offizielle URL https://chrome.google.com/webstore/detail/vividfy-vivencie-as-cores/gapildemajokajpndmhajpebhoknkoei
Beschreibung This extension can change any web images through your navigation, just clicking in an single button. Made for dichromatic issues.
Dateigröße 35.68 KB
Installationsanzahl 152
Aktuelle Version 1.2
Letztes Update 2018-05-13
Veröffentlichungsdatum 2018-05-13
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler DASH
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite http://dashagencia.com.br
Unterstützte Sprachen 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"
            ]
        }
    ]
}