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 هو إضافة Chrome تم تطويرها بواسطة DASH، والميزة الرئيسية لها هي "This extension can change any web images through your navigation, just clicking in an single button. Made for dichromatic issues.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Vividfy - Vivencie as Cores

قم بتنزيل ملفات الامتداد Vividfy - Vivencie as Cores بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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"
            ]
        }
    ]
}