Smart color picker

Just color picker

Smart color picker là gì?

Smart color picker là một tiện ích mở rộng Chrome được phát triển bởi zhemchugov.dev, và tính năng chính của nó là "Just color picker".

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

screenshot
screenshot
screenshot

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

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

                        A simple color picker that will allow you to choose a color not only on the page, but also outside the browser                    

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

Tên Smart color picker Smart color picker
ID bidlokkgoahekikfcjihpfbljfcnehik
URL Chính Thức https://chromewebstore.google.com/detail/smart-color-picker/bidlokkgoahekikfcjihpfbljfcnehik
Mô tả Just color picker
Kích Thước Tệp 9.43 KB
Số Lần Cài Đặt 914
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2021-11-01
Ngày Phát Hành 2021-10-31
Đánh Giá 5.00/5 Tổng số 11 Đánh Giá
Nhà Phát Triển zhemchugov.dev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/PetePearl/Smart-color-picker
URL Trang Trợ Giúp https://github.com/PetePearl/Smart-color-picker
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Smart color picker",
    "version": "1.2",
    "description": "Just color picker",
    "minimum_chrome_version": "95",
    "action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "assets\/icon_16.png",
        "48": "assets\/icon_48.png",
        "128": "assets\/icon_128.png"
    }
}