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 là gì?

Vividfy - Vivencie as Cores là một tiện ích mở rộng Chrome được phát triển bởi DASH, và tính năng chính của nó là "This extension can change any web images through your navigation, just clicking in an single button. Made for dichromatic issues.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Vividfy - Vivencie as Cores

Tải xuống các tệp mở rộng Vividfy - Vivencie as Cores dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Vividfy - Vivencie as Cores Vividfy - Vivencie as Cores
ID gapildemajokajpndmhajpebhoknkoei
URL Chính Thức https://chrome.google.com/webstore/detail/vividfy-vivencie-as-cores/gapildemajokajpndmhajpebhoknkoei
Mô tả This extension can change any web images through your navigation, just clicking in an single button. Made for dichromatic issues.
Kích Thước Tệp 35.68 KB
Số Lần Cài Đặt 152
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2018-05-13
Ngày Phát Hành 2018-05-13
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển DASH
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://dashagencia.com.br
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}