Image Color Picker - find colors from image

Using this image color picker to find color HEX, RGB, HSL, and CMYK values from the image.

Image Color Picker - find colors from image là gì?

Image Color Picker - find colors from image là một tiện ích mở rộng Chrome được phát triển bởi https://libscat.com, và tính năng chính của nó là "Using this image color picker to find color HEX, RGB, HSL, and CMYK values from the image.".

Ả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 Image Color Picker - find colors from image

Tải xuống các tệp mở rộng Image Color Picker - find colors from image 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

                        Click this chrome extension icon to display a list of images in the browsed webpage. Select one of the images, and the image color picker tool  will be opened. With the tool, you can get various color codes of the image.                    

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

Tên Image Color Picker - find colors from image Image Color Picker - find colors from image
ID ainpldfncpicabccajiklbibogoonpjp
URL Chính Thức https://chromewebstore.google.com/detail/image-color-picker-find-c/ainpldfncpicabccajiklbibogoonpjp
Mô tả Using this image color picker to find color HEX, RGB, HSL, and CMYK values from the image.
Kích Thước Tệp 93.44 KB
Số Lần Cài Đặt 1,852
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2020-07-08
Ngày Phát Hành 2020-07-03
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://libscat.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://libscat.com/html-color-codes/color-from-image.html
URL Trang Trợ Giúp https://libscat.com
URL Trang Chính Sách Bảo Mật https://libscat.com/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image Color Picker - find colors from image",
    "version": "2.0",
    "description": "Using this image color picker to find color HEX, RGB, HSL, and CMYK values from the image.",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_title": "Find colors from image",
        "default_icon": "images\/libscat_32.png"
    },
    "icons": {
        "16": "images\/libscat_16.png",
        "32": "images\/libscat_32.png",
        "48": "images\/libscat_48.png",
        "128": "images\/libscat_128.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "images\/*",
        "style\/*",
        "lib\/*",
        "page\/*",
        "script\/main.js"
    ]
}