Hex Color picker for Chrome™

Pick colors from any web pages and get the HEX color code with fast and easily.

Hex Color picker for Chrome™ là gì?

Hex Color picker for Chrome™ là một tiện ích mở rộng Chrome được phát triển bởi https://image-color-picker.com, và tính năng chính của nó là "Pick colors from any web pages and get the HEX color code with fast and easily.".

Ả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 Hex Color picker for Chrome™

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

                        Hex Color picker is a simple chrome extension which enables you to pick any color from the webpage and your screen. And the colors will be save in the list of selected colors.

You can copy the Hex code to the clipboard with fast and easily.

What is Hex color code?
HTML color code or Hex code hexadecimal triplets representing the colors red, green, and blue (#RRGGBB). 

For example, in the color red, the color code is #FF0000, which is '255' red, '0' green, and '0' blue. There are 16,777,216 possible HTML color codes.

Visit our website for more useful tools for designers.

Thank you for using this tool.                    

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

Tên Hex Color picker for Chrome™ Hex Color picker for Chrome™
ID emcdddpfpajfemcjggaodbdecipdeeon
URL Chính Thức https://chromewebstore.google.com/detail/hex-color-picker-for-chro/emcdddpfpajfemcjggaodbdecipdeeon
Mô tả Pick colors from any web pages and get the HEX color code with fast and easily.
Kích Thước Tệp 516 KB
Số Lần Cài Đặt 2,409
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-09-25
Ngày Phát Hành 2022-09-24
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://image-color-picker.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://image-color-picker.com/hex-code-picker
URL Trang Trợ Giúp https://image-color-picker.com/contact
URL Trang Chính Sách Bảo Mật https://www.image-color-picker.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hex Color picker for Chrome\u2122",
    "description": "Pick colors from any web pages and get the HEX color code with fast and easily.",
    "version": "1.0",
    "short_name": "Hex Color Picker",
    "manifest_version": 3,
    "action": {
        "default_title": "Hex Color picker",
        "default_icon": "icon.png",
        "default_popup": ".\/Popup.html"
    },
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/contentScript.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        ""
    ]
}