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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}