Web-Smart Color Converter

Aplicativo que converte e compara cores hexadecimais de 24-bits (True Color) para cores de 12-bits (web-smart) e 8-bits (web-safe).

Web-Smart Color Converter là gì?

Web-Smart Color Converter là một tiện ích mở rộng Chrome được phát triển bởi Texugo Atroz, và tính năng chính của nó là "Aplicativo que converte e compara cores hexadecimais de 24-bits (True Color) para cores de 12-bits (web-smart) e 8-bits (web-safe).".

Ả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 Web-Smart Color Converter

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

                        Git repository:
https://github.com/TexugoAtroz/web-smart-color-converter-chrome-extension                    

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

Tên Web-Smart Color Converter Web-Smart Color Converter
ID bnjfondkoainkkkfgafoagbdhjdbefmn
URL Chính Thức https://chromewebstore.google.com/detail/web-smart-color-converter/bnjfondkoainkkkfgafoagbdhjdbefmn
Mô tả Aplicativo que converte e compara cores hexadecimais de 24-bits (True Color) para cores de 12-bits (web-smart) e 8-bits (web-safe).
Kích Thước Tệp 88.4 KB
Số Lần Cài Đặt 22
Phiên Bản Hiện Tại 0.8
Cập Nhật Lần Cuối 2017-11-07
Ngày Phát Hành 2017-11-07
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Texugo Atroz
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Web-Smart Color Converter",
    "version": "0.8",
    "description": "Aplicativo que converte e compara cores hexadecimais de 24-bits (True Color) para cores de 12-bits (web-smart) e 8-bits (web-safe).",
    "author": "Jonas Gabriel de Souza",
    "browser_action": {
        "default_icon": "assets\/icons\/icon19.png",
        "default_title": "Web-Smart Color Converter",
        "default_popup": "src\/popup.htm"
    }
}