Vividfy - Vivencie as Cores

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

Vividfy - Vivencie as Cores क्या है?

Vividfy - Vivencie as Cores DASH द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension can change any web images through your navigation, just clicking in an single button. Made for dichromatic issues."।

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

screenshot

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

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

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

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

एक्सटेंशन की मूल जानकारी

नाम Vividfy - Vivencie as Cores Vividfy - Vivencie as Cores
ID gapildemajokajpndmhajpebhoknkoei
आधिकारिक URL https://chrome.google.com/webstore/detail/vividfy-vivencie-as-cores/gapildemajokajpndmhajpebhoknkoei
विवरण This extension can change any web images through your navigation, just clicking in an single button. Made for dichromatic issues.
फ़ाइल का आकार 35.68 KB
स्थापना संख्या 152
वर्तमान संस्करण 1.2
अंतिम अपडेट 2018-05-13
प्रकाशन तिथि 2018-05-13
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर DASH
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL http://dashagencia.com.br
समर्थित भाषाएँ 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"
            ]
        }
    ]
}