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

Image Color Picker - find colors from image เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://libscat.com และคุณลักษณะหลักของมันคือ "Using this image color picker to find color HEX, RGB, HSL, and CMYK values from the image."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Image Color Picker - find colors from image

ดาวน์โหลดไฟล์ส่วนขยาย Image Color Picker - find colors from image ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        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.                    

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

ชื่อ Image Color Picker - find colors from image Image Color Picker - find colors from image
ID ainpldfncpicabccajiklbibogoonpjp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/image-color-picker-find-c/ainpldfncpicabccajiklbibogoonpjp
คำอธิบาย Using this image color picker to find color HEX, RGB, HSL, and CMYK values from the image.
ขนาดไฟล์ 93.44 KB
จำนวนการติดตั้ง 1,852
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2020-07-08
วันที่เผยแพร่ 2020-07-03
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://libscat.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://libscat.com/html-color-codes/color-from-image.html
URL หน้าช่วยเหลือ https://libscat.com
URL หน้านโยบายความเป็นส่วนตัว https://libscat.com/privacy-policy.html
ภาษาที่รองรับ 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"
    ]
}