CSS Color Helper

All the CSS color help you need

CSS Color Helper là gì?

CSS Color Helper là một tiện ích mở rộng Chrome được phát triển bởi Anell Kumarr Beeram, và tính năng chính của nó là "All the CSS color help you need".

Ả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 CSS Color Helper

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

                        All the CSS color help you need for designers and developers alike. Color codes, pickers, converters and palettes.                    

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

Tên CSS Color Helper CSS Color Helper
ID hiljhpcfhankmcfomogedikgkpnhocjl
URL Chính Thức https://chromewebstore.google.com/detail/css-color-helper/hiljhpcfhankmcfomogedikgkpnhocjl
Mô tả All the CSS color help you need
Kích Thước Tệp 3.13 MB
Số Lần Cài Đặt 21
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2019-11-29
Ngày Phát Hành 2019-11-28
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Anell Kumarr Beeram
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CSS Color Helper",
    "version": "1.0",
    "description": "All the CSS color help you need",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html",
        "default_title": "CSS Color Helper: All the CSS color help you need"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}