ColorHexa Search Tool

Full information about any color (schemes, shades, conversion in rgb, hsl, etc.). Eyedropper, Color Picker and Gradient Generator.

ColorHexa Search Toolคืออะไร?

ColorHexa Search Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.colorhexa.com และคุณลักษณะหลักของมันคือ "Full information about any color (schemes, shades, conversion in rgb, hsl, etc.). Eyedropper, Color Picker and Gradient Generator."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ColorHexa Search Tool

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

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

                        How to use ColorHexa:
- Just enter your color value in any format (e.g. hexadecimal, rgb, cmyk, hsl, lab, lch, luv, xyz, xyY, hunter lab, binary, wavelength).
- Or simply use the colorpicker or the eyedropper (left to the search input field)

ColorHexa will provide detailed description, color shades, color schemes (complementary, split complementary, analogous, triadic, tetradic and monochromatic), Html & Css codes, and automatically convert the color to rgb, cmyk, hsl, lab, etc. 


Color conversion:
- For example, to convert or get any information about "red", you could directly type: 
    - "red" or "ff0000" (with or without "#"), 
    - "rgb(255,0,0)"
    - "rgb % 100 0 0"
    - "c:0, m:100, y:100, k:0"
    - "hsl 0, 100, 50" 
And so on...  (with or without commas, brackets, colons or semi-colons, that doesn't matter).


Color Mixer & Color Subtraction :
- Colorhexa also offers the ability to merge / subtract colors together by simply separating them with a "+" or "-" in your query  (e.g. : "blue + hsl 30 20 10", "red 200 green 30 blue 10 - orange"). 


Color Gradient Generator:
- You can also create a gradient by separating the colors with the word "to" (e.g. "ff0000 to rgb 0 100 30").                    

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

ชื่อ ColorHexa Search Tool ColorHexa Search Tool
ID flnkogfheemakepeokbheholhfhgcbae
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/colorhexa-search-tool/flnkogfheemakepeokbheholhfhgcbae
คำอธิบาย Full information about any color (schemes, shades, conversion in rgb, hsl, etc.). Eyedropper, Color Picker and Gradient Generator.
ขนาดไฟล์ 31.75 KB
จำนวนการติดตั้ง 3,602
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2021-11-20
วันที่เผยแพร่ 2015-09-06
คะแนน 3.83/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา https://www.colorhexa.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.colorhexa.com/
URL หน้าช่วยเหลือ http://www.colorhexa.com/examples
ภาษาที่รองรับ en
manifest.json
{
    "action": {
        "default_icon": {
            "16": "img\/16.png",
            "32": "img\/32.png"
        },
        "default_title": "__MSG_default_title__",
        "default_popup": "html\/popup.html"
    },
    "manifest_version": 3,
    "name": "__MSG_name__",
    "short_name": "ColorHexa",
    "version": "2.0.0",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "48": "img\/48.png",
        "96": "img\/96.png",
        "128": "img\/128.png"
    },
    "minimum_chrome_version": "95",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}