RGBlind

Simulate color blindness in your web browser.

RGBlind là gì?

RGBlind là một tiện ích mở rộng Chrome được phát triển bởi https://www.rgblind.se, và tính năng chính của nó là "Simulate color blindness in your web browser.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng RGBlind

Tải xuống các tệp mở rộng RGBlind 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

                        RGBlind is an open-source real-time color blindness simulation tool for the web.

It is developed to:
- Help organizations, designers and web developers understand how color blind users might experience their webpages.
- Help designers and web developers understand the problematics with designing for color blind users.

RGBlind helps designing better structured webpages with high readability, for everyone.                    

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

Tên RGBlind RGBlind
ID kjlmmjnmmlfamgddfglhaoklpjjplbhc
URL Chính Thức https://chromewebstore.google.com/detail/rgblind/kjlmmjnmmlfamgddfglhaoklpjjplbhc
Mô tả Simulate color blindness in your web browser.
Kích Thước Tệp 65.85 KB
Số Lần Cài Đặt 2,052
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2017-01-06
Ngày Phát Hành 2017-01-06
Đánh Giá 4.40/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://www.rgblind.se
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.rgblind.se
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RGBlind",
    "description": "Simulate color blindness in your web browser.",
    "version": "1.0.3",
    "homepage_url": "http:\/\/www.rgblind.se",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                ""
            ],
            "js": [
                "rgblind\/rgblind.js",
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": "icons\/128.png",
        "default_popup": "popup.html",
        "default_title": "RGBlind - simulate color blindness."
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "https:\/\/ajax.googleapis.com\/"
    ],
    "web_accessible_resources": [
        "rgblind\/rgblind.svg",
        "rgblind\/rgblind-inject.css"
    ]
}