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™คืออะไร?

Hex Color picker for Chrome™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://image-color-picker.com และคุณลักษณะหลักของมันคือ "Pick colors from any web pages and get the HEX color code with fast and easily."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hex Color picker for Chrome™

ดาวน์โหลดไฟล์ส่วนขยาย Hex Color picker for Chrome™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Hex Color picker for Chrome™ Hex Color picker for Chrome™
ID emcdddpfpajfemcjggaodbdecipdeeon
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hex-color-picker-for-chro/emcdddpfpajfemcjggaodbdecipdeeon
คำอธิบาย Pick colors from any web pages and get the HEX color code with fast and easily.
ขนาดไฟล์ 516 KB
จำนวนการติดตั้ง 2,409
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2022-09-25
วันที่เผยแพร่ 2022-09-24
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://image-color-picker.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://image-color-picker.com/hex-code-picker
URL หน้าช่วยเหลือ https://image-color-picker.com/contact
URL หน้านโยบายความเป็นส่วนตัว https://www.image-color-picker.com/privacy-policy
ภาษาที่รองรับ 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": [
        ""
    ]
}