Easy Color Picker - pick any color anywhere

Find out any color anywhere with a simple mouse click!

Easy Color Picker - pick any color anywhereคืออะไร?

Easy Color Picker - pick any color anywhere เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Color Picker และคุณลักษณะหลักของมันคือ "Find out any color anywhere with a simple mouse click!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Easy Color Picker - pick any color anywhere

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

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

                        Introducing Easy Color Picker, the ultimate design tool for creative professionals! This browser extension streamlines the color selection process, making your design projects more efficient and effortless.

Here's what you can expect from Easy Color Picker's fantastic features:

1. **Effortless Color Selection:** Bid farewell to the tedious task of manually picking colors. With Snap Color Picker, you can effortlessly hover over any element on a website and instantly identify its color.

2. **Seamless Integration:** Easy Color Picker smoothly integrates with your favorite design tools like Adobe Photoshop and Sketch. This means you can easily transfer your selected colors to your preferred design software.

3. **Color Format Variety:** Easy Color Picker supports a range of color formats, including HEX, RGB, HSV, and CSS. This flexibility allows you to choose colors in the format that suits you best.

4. **Color History:** Keep a record of all the colors you've selected using Easy Color Picker. This feature simplifies revisiting previous projects and maintaining design consistency.

5. **User-Friendly Interface:** Easy Color Picker prioritizes user experience. Its intuitive interface ensures that designers of all skill levels can use it effortlessly.

Unlock the potential of Easy Color Picker and elevate your design projects to new heights. Give it a try today!                    

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

ชื่อ Easy Color Picker - pick any color anywhere Easy Color Picker - pick any color anywhere
ID ljfliehnflhpkclbblfjnbgigeenohlh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/easy-color-picker-pick-an/ljfliehnflhpkclbblfjnbgigeenohlh
คำอธิบาย Find out any color anywhere with a simple mouse click!
ขนาดไฟล์ 65.35 KB
จำนวนการติดตั้ง 545,929
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2024-02-13
วันที่เผยแพร่ 2023-11-06
คะแนน 4.85/5 รวมทั้งหมด 27 คะแนน
ผู้พัฒนา Color Picker
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/1yAPNYOBrxyTBuOc8XuACd1kL_TGwVycyzmGj69X4k8g/edit?usp=sharing
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fr,sw,nl,no,vi,tr,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,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",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.0.5",
    "action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "storage",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content-script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/page-picker.js",
                "js\/getExtensionData.js",
                "assets\/buttonImage.png"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "netruleset",
                "enabled": true,
                "path": "net.json"
            }
        ]
    }
}