RGBlind

Simulate color blindness in your web browser.

RGBlindとは何ですか?

RGBlindはhttps://www.rgblind.seによって開発されたChromeの拡張機能で、その主な機能は「Simulate color blindness in your web browser.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

RGBlind拡張機能のCRXファイルをダウンロード

RGBlind拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 RGBlind RGBlind
ID kjlmmjnmmlfamgddfglhaoklpjjplbhc
公式URL https://chromewebstore.google.com/detail/rgblind/kjlmmjnmmlfamgddfglhaoklpjjplbhc
説明 Simulate color blindness in your web browser.
ファイルサイズ 65.85 KB
インストール数 2,052
現在のバージョン 1.0.3
最終更新日 2017-01-06
公開日 2017-01-06
評価 4.40/5 合計 5 レビュー
開発者 https://www.rgblind.se
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.rgblind.se
対応言語 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"
    ]
}