CB Simulator

Allows users to simulate colour-blind vision directly onto their webpage!

CB Simulator là gì?

CB Simulator là một tiện ích mở rộng Chrome được phát triển bởi Isabelle May, và tính năng chính của nó là "Allows users to simulate colour-blind vision directly onto their webpage!".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

                        "Colour Blind Simulator" is an extension developed to simulate the effects of colour blindness on a user's web experience, rendering the colours on most web-pages based on a variety of colour blindness templates. It was created with web developers in mind, seeking to quickly check that their sites are accessible to this audience.

The extension comes with two modes: "Default View", with just the three main categories (Red-Green, Blue-Yellow, and Total colour blindness); and "Advanced View", which includes all of the variants upon these three categories.                    

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

Tên CB Simulator CB Simulator
ID jclekdekopialhilfhaefdancbaohmpp
URL Chính Thức https://chrome.google.com/webstore/detail/cb-simulator/jclekdekopialhilfhaefdancbaohmpp
Mô tả Allows users to simulate colour-blind vision directly onto their webpage!
Kích Thước Tệp 557 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2019-03-12
Ngày Phát Hành 2019-03-12
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Isabelle May
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CB Simulator",
    "version": "1.0",
    "description": "Allows users to simulate colour-blind vision directly onto their webpage!",
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "manifest_version": 2
}