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开发的Chrome扩展程序,该扩展的主要功能是“This extension can change any web images through your navigation, just clicking in an single button. Made for dichromatic issues.”。

扩展截图

screenshot

下载Vividfy - Vivencie as Cores扩展crx文件

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