Click Color Picker

Pick Your Colors with Ease - Click Color Picker Makes It Simple for Anyone to Choose Perfect Colors!

Click Color Pickerคืออะไร?

Click Color Picker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Daisy Stanley และคุณลักษณะหลักของมันคือ "Pick Your Colors with Ease - Click Color Picker Makes It Simple for Anyone to Choose Perfect Colors!"

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

screenshot

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

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

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

                        Click Color Picker is a must-have browser extension for web developers, designers, and anyone who needs to choose colors from a webpage or extract a website's color palette. Whether you're creating a website, designing graphics, or working on a digital project, Click Color Picker will make the process of color selection easier and faster.

Features:

(1) Pick Color from the Page:
With Click Color Picker, you can easily select colors from any webpage just by clicking on them. This feature ensures that you get the exact color you need without having to go through the hassle of finding it manually.

(2) Extract Website Palette:
Click Color Picker also allows you to extract the color palette of any website with a single click. This feature is especially useful for designers who want to match the colors of a website they are working on.

(3) Keyboard Shortcut Alt-P:
We understand that every second counts when working on a project, which is why we've added a keyboard shortcut (Alt-P) that allows you to open Click Color Picker quickly and easily.

(4) Color History:
Click Color Picker keeps track of the colors you've picked in the past, making it easier for you to reuse them in future projects. This feature saves you time and ensures consistency across projects.

(5) Multiple Formats:
Click Color Picker supports multiple color formats such as RGB, CSS, HEX, and HSL. This feature makes it easy to use the colors you've picked in your favorite design tool.

In conclusion, Click Color Picker is a game-changer for anyone who works with colors. With its easy-to-use features, you can select and extract colors quickly and easily, saving you time and ensuring that your work is consistent across projects. Get Click Color Picker today and experience the power of hassle-free color selection!                    

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

ชื่อ Click Color Picker Click Color Picker
ID bfenhnialnnileognddgkbdgpknpfich
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/click-color-picker/bfenhnialnnileognddgkbdgpknpfich
คำอธิบาย Pick Your Colors with Ease - Click Color Picker Makes It Simple for Anyone to Choose Perfect Colors!
ขนาดไฟล์ 309 KB
จำนวนการติดตั้ง 2,070,809
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2023-07-19
วันที่เผยแพร่ 2023-05-03
คะแนน 4.63/5 รวมทั้งหมด 27 คะแนน
ผู้พัฒนา Daisy Stanley
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/e/2PACX-1vTsTqbzfvr8aizNA-YYANp12Ce-3zM06UJGyeHzBIAOMnIg3NLQj5gS6BOHwDYbJKjpKzU_emZqaimg/pub
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Click color picker",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png",
            "300": "icons\/icon300.png"
        },
        "default_title": "__MSG_badgeAvailable__",
        "default_popup": "html\/popup.html"
    },
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "300": "icons\/icon300.png"
    },
    "incognito": "split",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "permissions": [
        "storage",
        "scripting",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "commands": {
        "activate": {
            "suggested_key": {
                "default": "Alt+P"
            },
            "description": "__MSG_shortcutCommand__"
        }
    },
    "version": "1.0.3",
    "web_accessible_resources": [
        {
            "resources": [
                "\/web_accessible_resources\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}