Huey

Easily pick any color on the screen, view a history of picked colors, and copy or clear them with a single click.

Hueyคืออะไร?

Huey เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kuldp.dev และคุณลักษณะหลักของมันคือ "Easily pick any color on the screen, view a history of picked colors, and copy or clear them with a single click."

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

screenshot
screenshot

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

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

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

                        A simple color picker extension. Easily pick any color on the screen, view a history of picked colors, and copy or clear them with a single click.                    

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

ชื่อ Huey Huey
ID diglalbiemiiapebfblemllfmfglglaf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/huey/diglalbiemiiapebfblemllfmfglglaf
คำอธิบาย Easily pick any color on the screen, view a history of picked colors, and copy or clear them with a single click.
ขนาดไฟล์ 10.9 KB
จำนวนการติดตั้ง 88
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-01-09
วันที่เผยแพร่ 2023-01-09
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://kuldp.dev
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://kuldp.dev
URL หน้าช่วยเหลือ https://kuldp.dev
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Huey",
    "description": "Easily pick any color on the screen, view a history of picked colors, and copy or clear them with a single click.",
    "version": "1.0",
    "action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "96": "icons\/icon96.png"
    }
}