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

Colorblind Helper là một tiện ích mở rộng Chrome được phát triển bởi Coby Hausrath, và tính năng chính của nó là "Minor tweaks to major websites to make them more friendly to colorblind people. Currently servicing okcupid.com and eBay. Let me…".

Ả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 Colorblind Helper

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

                        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!                    

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

Tên Colorblind Helper Colorblind Helper
ID dlonjjgpeedbkjdipiiboelenjdjjbak
URL Chính Thức https://chrome.google.com/webstore/detail/colorblind-helper/dlonjjgpeedbkjdipiiboelenjdjjbak
Mô tả Minor tweaks to major websites to make them more friendly to colorblind people. Currently servicing okcupid.com and eBay. Let me…
Kích Thước Tệp 42.7 KB
Số Lần Cài Đặt 171
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2014-03-27
Ngày Phát Hành 2014-03-27
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Coby Hausrath
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}