Prism

Color-blindness: no longer a pigment of your imagination. Prism simulates eight distinct forms of color-blindness. Whether you're…

Prism là gì?

Prism là một tiện ích mở rộng Chrome được phát triển bởi hbkwong, và tính năng chính của nó là "Color-blindness: no longer a pigment of your imagination. Prism simulates eight distinct forms of color-blindness. Whether you're…".

Ả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 Prism

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

                        Color-blindness: no longer a pigment of your imagination.

Prism simulates eight distinct forms of color-blindness. Whether you're a web developer building towards accessibility, or just curious how color-blind users view the web, check out Prism!                    

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

Tên Prism Prism
ID mjapjgpplodpimkkdleafghfbdfibgin
URL Chính Thức https://chrome.google.com/webstore/detail/prism/mjapjgpplodpimkkdleafghfbdfibgin
Mô tả Color-blindness: no longer a pigment of your imagination. Prism simulates eight distinct forms of color-blindness. Whether you're…
Kích Thước Tệp 7.17 MB
Số Lần Cài Đặt 78
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-05-10
Ngày Phát Hành 2017-05-10
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển hbkwong
Loại Thanh Toán free
Trang Web Mở Rộng https://imahungrypanda.github.io/Prism/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Prism",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js",
                "background.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "*:\/\/*\/*",
        "tabs"
    ],
    "browser_action": {
        "default_title": "Prism",
        "default_popup": "prism.html"
    },
    "icons": {
        "16": "assets\/icon\/icon_16.png",
        "24": "assets\/icon\/icon_24.png",
        "32": "assets\/icon\/icon_32.png",
        "64": "assets\/icon\/icon_64.png",
        "128": "assets\/icon\/icon_128.png"
    }
}