Colorblind Helper

Minor tweaks to major websites to make them more friendly to colorblind people. Currently servicing okcupid.com and eBay. Let me…

Colorblind Helperとは何ですか?

Colorblind HelperはCoby Hausrathによって開発されたChromeの拡張機能で、その主な機能は「Minor tweaks to major websites to make them more friendly to colorblind people. Currently servicing okcupid.com and eBay. Let me…」です。

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

screenshot

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

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

拡張機能の使用方法

                        Minor tweaks to major websites to make them more friendly to colorblind people.

Currently servicing okcupid.com and eBay.  Let me know if there are particular page elements that give you trouble on any other site and I can add support for your preferences as well. 

OKCupid.com:
Changes the text of (red) unacceptable answers to (red+)bold+italic.
eBay:
Changes the text of (green) winning bids to blue.

credit goes to /u/darthvader666uk for the eBay changes!                    

拡張機能の基本情報

名前 Colorblind Helper Colorblind Helper
ID dlonjjgpeedbkjdipiiboelenjdjjbak
公式URL https://chrome.google.com/webstore/detail/colorblind-helper/dlonjjgpeedbkjdipiiboelenjdjjbak
説明 Minor tweaks to major websites to make them more friendly to colorblind people. Currently servicing okcupid.com and eBay. Let me…
ファイルサイズ 42.7 KB
インストール数 171
現在のバージョン 1.1
最終更新日 2014-03-27
公開日 2014-03-27
評価 4.00/5 合計 4 レビュー
開発者 Coby Hausrath
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Colorblind Helper",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.okcupid.com\/*"
            ],
            "css": [
                "okcupid.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.ebay.com\/*",
                "*:\/\/*.ebay.com.au\/*",
                "*:\/\/*.ebay.at\/*",
                "*:\/\/*.ebay.be\/*",
                "*:\/\/*.ebay.ca\/*",
                "*:\/\/*.ebay.com.cn\/*",
                "*:\/\/*.ebay.fr\/*",
                "*:\/\/*.ebay.de\/*",
                "*:\/\/*.ebay.com.hk\/*",
                "*:\/\/*.ebay.in\/*",
                "*:\/\/*.ebay.ie\/*",
                "*:\/\/*.ebay.it\/*",
                "*:\/\/*.ebay.com.my\/*",
                "*:\/\/*.ebay.nl\/*",
                "*:\/\/*.ebay.ph\/*",
                "*:\/\/*.ebay.pl\/*",
                "*:\/\/*.ebay.com.sg\/*",
                "*:\/\/*.ebay.es\/*",
                "*:\/\/*.ebay.ch\/*",
                "*:\/\/*.ebay.co.uk\/*"
            ],
            "css": [
                "ebay.css"
            ],
            "run_at": "document_start"
        }
    ],
    "version": "1.1",
    "icons": {
        "128": "icon128.png"
    },
    "short_name": "Colorblind Helper"
}