CSS Color Chart

Tool that references all the css color that can be call by name, in rainbow order.

CSS Color Chart là gì?

CSS Color Chart là một tiện ích mở rộng Chrome được phát triển bởi Iñaki Aranzadi, và tính năng chính của nó là "Tool that references all the css color that can be call by name, in rainbow order.".

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

screenshot
screenshot

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

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

                        This little tool let you explore all the CSS colors that have a name value, then you can copy the name on your clipboard by simply clicking on the circular tile.                    

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

Tên CSS Color Chart CSS Color Chart
ID pmiclebjcgfopaejmnepnlkejpmfckgc
URL Chính Thức https://chromewebstore.google.com/detail/css-color-chart/pmiclebjcgfopaejmnepnlkejpmfckgc
Mô tả Tool that references all the css color that can be call by name, in rainbow order.
Kích Thước Tệp 71.04 KB
Số Lần Cài Đặt 115
Phiên Bản Hiện Tại 1.2.2
Cập Nhật Lần Cuối 2016-02-29
Ngày Phát Hành 2016-02-29
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Iñaki Aranzadi
Loại Thanh Toán free
Trang Web Mở Rộng http://ainsleywagoner.com/color-chart/
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CSS Color Chart",
    "description": "Tool that references all the css color that can be call by name, in rainbow order.",
    "version": "1.2.2",
    "icons": {
        "32": "images\/tile.32.png",
        "64": "images\/tile.64.png",
        "128": "images\/tile.128.png"
    },
    "browser_action": {
        "default_icon": "images\/tile.128.png",
        "default_title": "CSS Color Chart",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    }
}