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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
            ]
        }
    ]
}