Hex Color Picker

Allows you to pick colors from any web pages, color picker to get pixel code, rgb,...

Hex Color Pickerคืออะไร?

Hex Color Picker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://color-picker.dllplayer.com และคุณลักษณะหลักของมันคือ "Allows you to pick colors from any web pages, color picker to get pixel code, rgb,..."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hex Color Picker

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

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

                        This software extension allows you to pick colors from any web pages, color picker to get pixel code, rgb value of any image on the website you're browsing.

Find the exact RGB Value of any image once you install our software extension Hex Color Picker.
To begin using the software extension Color Picker, you need to do the following

1) Install the software extension
2) Go to the website you wish to find the RGB Value for
3) Click on our software extension at the top right corner to activate the software
4) Click on the image you wish to find the RGB value for
5) Our software extension will give you the specific RGB color for the pixel/image you clicked

Try using our software Color Picker to find the color codes for any pixel today.                    

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

ชื่อ Hex Color Picker Hex Color Picker
ID eamkimleiebmdpifljjfilhbaehclahg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hex-color-picker/eamkimleiebmdpifljjfilhbaehclahg
คำอธิบาย Allows you to pick colors from any web pages, color picker to get pixel code, rgb,...
ขนาดไฟล์ 841 KB
จำนวนการติดตั้ง 70,000
เวอร์ชันปัจจุบัน 3.0.0
อัปเดตครั้งล่าสุด 2022-03-21
วันที่เผยแพร่ 2020-07-13
คะแนน 3.14/5 รวมทั้งหมด 22 คะแนน
ผู้พัฒนา https://color-picker.dllplayer.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://color-picker.dllplayer.com
ภาษาที่รองรับ id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "action": {
        "default_icon": {
            "19": "img\/icon_19.png",
            "38": "img\/icon_38.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_extension_name__"
    },
    "commands": {
        "activate": {
            "description": "__MSG_command_desc__",
            "suggested_key": {
                "default": "Alt+P"
            }
        }
    },
    "container": [
        "GOOGLE_DRIVE"
    ],
    "default_locale": "en",
    "description": "__MSG_extension_description__",
    "icons": {
        "128": "img\/icon_128.png",
        "48": "img\/icon_48.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "__MSG_extension_name__",
    "offline_enabled": true,
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "version": "3.0.0",
    "web_accessible_resources": [
        {
            "resources": [
                "inc\/jquery-2.1.0.min.js",
                "inc\/jquery.scrollstop.js",
                "js\/edropper2.js",
                "inject\/anchor-cursor-default.css",
                "inject\/anchor-cursor-crosshair.css",
                "inject\/edropper2.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "homepage_url": "https:\/\/color-picker.dllplayer.com"
}